X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/243dbf1a5088be31980df51b97831b52cb6986cd..75799719334c85392638ce5c7d0e90a8b74b7e5a:/include/wx/gtk1/choice.h?ds=sidebyside diff --git a/include/wx/gtk1/choice.h b/include/wx/gtk1/choice.h index 5f550d732a..95a7154bcb 100644 --- a/include/wx/gtk1/choice.h +++ b/include/wx/gtk1/choice.h @@ -69,6 +69,7 @@ protected: virtual wxSize DoGetBestSize() const; + virtual bool IsOwnGtkWindow( GdkWindow *window ); private: // common part of Create() and DoAppend() int GtkAddHelper(GtkWidget *menu, int pos, const wxString& item);