]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
no message
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index e4b7d5e610f4abea3e355e65270c3a391c946fad..5e9e341fb38355ab817aae34038ccbea2e7dced7 100644 (file)
@@ -17,6 +17,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_COMBOBOX
+
 #include "wx/object.h"
 #include "wx/control.h"
 
@@ -106,6 +109,7 @@ public:
     
   bool     m_alreadySent;
   wxList   m_clientDataList;
+  wxList   m_clientObjectList;
 
   void AppendCommon( const wxString &item );
   GtkWidget* GetConnectWidget();
@@ -115,4 +119,10 @@ public:
   DECLARE_EVENT_TABLE()
 };
 
-#endif // __GTKCOMBOBOXH__
+#endif
+
+  // wxUSE_COMBOBOX
+
+#endif
+
+  // __GTKCOMBOBOXH__