]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
Prealpha, prebeta of new wxTreeCtrl for GTK. It is possible to AddRoot,
[wxWidgets.git] / include / wx / gtk / combobox.h
index d8105773729dbc130c666bec3116c07ab2424090..12c632e48020505a1d4f4a01329c8b0934777214 100644 (file)
@@ -94,6 +94,8 @@ class wxComboBox: public wxControl
   void SetEditable(bool editable);
   
   void SetFont( const wxFont &font );
   void SetEditable(bool editable);
   
   void SetFont( const wxFont &font );
+  void OnSize( wxSizeEvent &event );
+  void SetBackgroundColour( const wxColour &colour );
   
   // implementation
 
   
   // implementation
 
@@ -102,8 +104,11 @@ class wxComboBox: public wxControl
   private:
   
     wxList   m_clientData;
   private:
   
     wxList   m_clientData;
+
+  GtkWidget* GetConnectWidget(void);
+  bool IsOwnGtkWindow( GdkWindow *window );
   
   
-    GtkWidget* GetConnectWidget(void);
+  DECLARE_EVENT_TABLE()
 };
 
 #endif // __GTKCOMBOBOXH__
 };
 
 #endif // __GTKCOMBOBOXH__