X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce4169a4d129fc6cd165b2e9ccc5cf5d48356020..186005466d585f5553e6acc7d963cd5b62c3ea9f:/include/wx/gtk1/choice.h diff --git a/include/wx/gtk1/choice.h b/include/wx/gtk1/choice.h index 796d625f4b..e405f01c72 100644 --- a/include/wx/gtk1/choice.h +++ b/include/wx/gtk1/choice.h @@ -16,8 +16,6 @@ #include "wx/defs.h" -#if wxUSE_CHOICE - #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -32,7 +30,7 @@ class wxChoice; // global data //----------------------------------------------------------------------------- -extern const char *wxChoiceNameStr; +extern const wxChar *wxChoiceNameStr; //----------------------------------------------------------------------------- // wxChoice @@ -95,10 +93,11 @@ public: wxList m_clientDataList; wxList m_clientObjectList; + void DisableEvents(); + void EnableEvents(); void AppendCommon( const wxString &item ); void ApplyWidgetStyle(); }; -#endif #endif // __GTKCHOICEH__