X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19:/include/wx/gtk/combobox.h?ds=inline diff --git a/include/wx/gtk/combobox.h b/include/wx/gtk/combobox.h index 28a906f941..1215f6a85d 100644 --- a/include/wx/gtk/combobox.h +++ b/include/wx/gtk/combobox.h @@ -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__