]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
One that got away
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index d8105773729dbc130c666bec3116c07ab2424090..c7d7b7064bcd59f92a585d3062e4bcd60aed18bf 100644 (file)
@@ -94,6 +94,7 @@ class wxComboBox: public wxControl
   void SetEditable(bool editable);
   
   void SetFont( const wxFont &font );
+  void OnSize( wxSizeEvent &event );
   
   // implementation
 
@@ -102,8 +103,11 @@ class wxComboBox: public wxControl
   private:
   
     wxList   m_clientData;
+
+  GtkWidget* GetConnectWidget(void);
+  bool IsOwnGtkWindow( GdkWindow *window );
   
-    GtkWidget* GetConnectWidget(void);
+  DECLARE_EVENT_TABLE()
 };
 
 #endif // __GTKCOMBOBOXH__