X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fe91d709854883a7e38f9b6aad709b98cebe030..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/gtk/dnd.h diff --git a/include/wx/gtk/dnd.h b/include/wx/gtk/dnd.h index c29ded049e..ee679af13f 100644 --- a/include/wx/gtk/dnd.h +++ b/include/wx/gtk/dnd.h @@ -36,10 +36,12 @@ public: virtual wxDragResult OnData(wxCoord x, wxCoord y, wxDragResult def); virtual bool GetData(); + // Can only be called during OnXXX methods. + wxDataFormat GetMatchingPair(); // implementation - - GdkAtom GtkGetMatchingPair(); + + GdkAtom GtkGetMatchingPair(bool quiet = false); void GtkRegisterWidget( GtkWidget *widget ); void GtkUnregisterWidget( GtkWidget *widget );