]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
wxEventType alterations.
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index d63ebd233ec13cafd7e07c5cdc078f9633b60f43..464771efcf2fb50474641a2e642c42a6f0c84bec 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:
 // Author:      Robert Roebling
 // Created:     01/02/97
-// Id:
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -13,7 +13,7 @@
 #define __GTKCOMBOBOXH__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "combobox.h"
 #endif
 
 #include "wx/defs.h"
@@ -75,7 +75,7 @@ class wxComboBox: public wxControl
   wxString GetString( const int n ) const;
   wxString GetStringSelection(void) const;
   int Number(void) const;
-  void SetSelection( const int n, const bool select = TRUE );
+  void SetSelection( const int n );
   
   // Text field functions
   wxString GetValue(void) const ;