X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0de9b5b23f70465393526546cd1a69fcfcd26e9c..a419c3b116bef0b1e58e2ed0aea6ed0d053f7c21:/include/wx/gtk1/combobox.h diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index a9910b78a3..4fda5e81b8 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -18,6 +18,8 @@ #include "wx/defs.h" +#if wxUSE_COMBOBOX + #include "wx/object.h" #include "wx/control.h" @@ -115,6 +117,8 @@ public: wxList m_clientDataList; wxList m_clientObjectList; + void DisableEvents(); + void EnableEvents(); void AppendCommon( const wxString &item ); GtkWidget* GetConnectWidget(); bool IsOwnGtkWindow( GdkWindow *window ); @@ -123,6 +127,8 @@ public: DECLARE_EVENT_TABLE() }; +#endif + #endif // __GTKCOMBOBOXH__