]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
fixed mysterious mistakes
[wxWidgets.git] / include / wx / gtk / combobox.h
index 28a906f941f81cbe8720ccb486ed56faff0ca5fd..1215f6a85db33de395e66e65a768de39399b4f2e 100644 (file)
@@ -76,6 +76,7 @@ class wxComboBox: public wxControl
   wxString GetStringSelection(void) const;
   int Number(void) const;
   void SetSelection( int n );
+  void SetStringSelection( const wxString &string );
 
   // Text field functions
   wxString GetValue(void) const ;
@@ -96,8 +97,11 @@ class wxComboBox: public wxControl
 
   private:
   
-  wxList m_clientData;
-   
+    wxList   m_clientData;
+  
+  public:
+  
+    bool     m_alreadySent;
 };
 
 #endif // __GTKCOMBOBOXH__