X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/868a28262c40a7428d3991ca8a034674814bdb0a..be6bf94bf0500c4d83a0180125a8376cbba676b3:/include/wx/gtk1/combobox.h diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index 654ae70bfe..c7d7b7064b 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -94,6 +94,7 @@ class wxComboBox: public wxControl void SetEditable(bool editable); void SetFont( const wxFont &font ); + void OnSize( wxSizeEvent &event ); // implementation @@ -102,7 +103,11 @@ class wxComboBox: public wxControl private: wxList m_clientData; + + GtkWidget* GetConnectWidget(void); + bool IsOwnGtkWindow( GdkWindow *window ); + DECLARE_EVENT_TABLE() }; #endif // __GTKCOMBOBOXH__