updated to new multiple-item d&d apis.

This commit is contained in:
pinkerton%netscape.com 1999-05-26 21:08:26 +00:00
Родитель f50b9c96ea
Коммит 1e537dce4f
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -87,7 +87,8 @@ NS_IMETHODIMP nsDragService::StartDragSession (nsITransferable * aTransferable,
}
//-------------------------------------------------------------------------
NS_IMETHODIMP nsDragService::GetData (nsITransferable * aTransferable)
NS_IMETHODIMP nsDragService::GetData (nsITransferable * aTransferable,
PRUint32 aItemIndex)
{
return NS_ERROR_FAILURE;
}

Просмотреть файл

@ -43,7 +43,7 @@ public:
PRUint32 aActionType);
// Native Impl.
NS_IMETHOD GetData (nsITransferable * aTransferable);
NS_IMETHOD GetData (nsITransferable * aTransferable, PRUint32 aItemIndex);
static void SetTopLevelWidget(GtkWidget* w);