// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
-// Id:
+// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#define __GTKCOMBOBOXH__
#ifdef __GNUG__
-#pragma interface
+#pragma interface "combobox.h"
#endif
#include "wx/defs.h"
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 ;