]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
Added support for frames without borders (such as for
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index 654ae70bfe3424d33211b11599912bde1cda4479..12c632e48020505a1d4f4a01329c8b0934777214 100644 (file)
@@ -94,6 +94,8 @@ class wxComboBox: public wxControl
   void SetEditable(bool editable);
   
   void SetFont( const wxFont &font );
+  void OnSize( wxSizeEvent &event );
+  void SetBackgroundColour( const wxColour &colour );
   
   // implementation
 
@@ -102,7 +104,11 @@ class wxComboBox: public wxControl
   private:
   
     wxList   m_clientData;
+
+  GtkWidget* GetConnectWidget(void);
+  bool IsOwnGtkWindow( GdkWindow *window );
   
+  DECLARE_EVENT_TABLE()
 };
 
 #endif // __GTKCOMBOBOXH__