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 );