// start drag action
virtual wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
- // GTK implementation
- void RegisterWindow();
- void UnregisterWindow();
-
void PrepareIcon( int action, GdkDragContext *context );
GtkWidget *m_widget;
void SetIcons(const wxIcon& copy,
const wxIcon& move,
const wxIcon& none);
+
+ // GTK implementation
+ void GTKConnectDragSignals();
+ void GTKDisconnectDragSignals();
+
};
#endif // _WX_GTK_DND_H_