X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae53c98c9f71acb0876846b9c5b1e56adfdb6186..559fe022dbd5d4d961402b5c973e5225fa91f17f:/include/wx/gtk1/choice.h diff --git a/include/wx/gtk1/choice.h b/include/wx/gtk1/choice.h index acd0324c00..7b95f490da 100644 --- a/include/wx/gtk1/choice.h +++ b/include/wx/gtk1/choice.h @@ -30,7 +30,7 @@ class wxChoice; // global data //----------------------------------------------------------------------------- -extern const char *wxChoiceNameStr; +extern const wxChar *wxChoiceNameStr; //----------------------------------------------------------------------------- // wxChoice @@ -38,8 +38,6 @@ extern const char *wxChoiceNameStr; class wxChoice : public wxControl { - DECLARE_DYNAMIC_CLASS(wxChoice) - public: wxChoice(); wxChoice( wxWindow *parent, wxWindowID id, @@ -93,8 +91,13 @@ public: wxList m_clientDataList; wxList m_clientObjectList; + void DisableEvents(); + void EnableEvents(); void AppendCommon( const wxString &item ); void ApplyWidgetStyle(); + +private: + DECLARE_DYNAMIC_CLASS(wxChoice) };