]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
added methods for sequential scan of wxTextFile: Get{First|Next|Prev|Last}Line
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index 654ae70bfe3424d33211b11599912bde1cda4479..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,7 +103,11 @@ class wxComboBox: public wxControl
   private:
   
     wxList   m_clientData;
+
+  GtkWidget* GetConnectWidget(void);
+  bool IsOwnGtkWindow( GdkWindow *window );
   
+  DECLARE_EVENT_TABLE()
 };
 
 #endif // __GTKCOMBOBOXH__