]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
Minor modifications...
[wxWidgets.git] / include / wx / gtk / combobox.h
index d8105773729dbc130c666bec3116c07ab2424090..5b8046a4a55cb09e8894203986b3da3bce5adc71 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Created:     01/02/97
 // Id:          $Id$
 // Author:      Robert Roebling
 // Created:     01/02/97
 // Id:          $Id$
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -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__