]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/choice.h
Solved problem with wxhInstance name being mangled by MSVC; wxGetInstance is now...
[wxWidgets.git] / include / wx / gtk1 / choice.h
index da0b83c2887039eb5d883730bbf5e9f7daf7e764..e405f01c72f3d55aee816a7ca6bc7ea0ff221575 100644 (file)
@@ -15,6 +15,7 @@
 #endif
 
 #include "wx/defs.h"
 #endif
 
 #include "wx/defs.h"
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -29,7 +30,7 @@ class wxChoice;
 // global data
 //-----------------------------------------------------------------------------
 
 // global data
 //-----------------------------------------------------------------------------
 
-extern const char *wxChoiceNameStr;
+extern const wxChar *wxChoiceNameStr;
 
 //-----------------------------------------------------------------------------
 // wxChoice
 
 //-----------------------------------------------------------------------------
 // wxChoice
@@ -92,8 +93,11 @@ public:
     wxList   m_clientDataList;
     wxList   m_clientObjectList;
 
     wxList   m_clientDataList;
     wxList   m_clientObjectList;
 
+    void DisableEvents();
+    void EnableEvents();
     void AppendCommon( const wxString &item );
     void ApplyWidgetStyle();
 };
 
     void AppendCommon( const wxString &item );
     void ApplyWidgetStyle();
 };
 
+
 #endif // __GTKCHOICEH__
 #endif // __GTKCHOICEH__