X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0416c41834f36316a03720c4ed05cdf36964a2f3..700d08c1092bd08150d47b952c1e0d817a64d75f:/include/wx/gtk/dnd.h diff --git a/include/wx/gtk/dnd.h b/include/wx/gtk/dnd.h index f4cd2992d2..6f877727bc 100644 --- a/include/wx/gtk/dnd.h +++ b/include/wx/gtk/dnd.h @@ -80,10 +80,6 @@ public: // 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; @@ -103,6 +99,11 @@ private: void SetIcons(const wxIcon& copy, const wxIcon& move, const wxIcon& none); + + // GTK implementation + void GTKConnectDragSignals(); + void GTKDisconnectDragSignals(); + }; #endif // _WX_GTK_DND_H_