- void SetSelection( const int n, const bool select = TRUE );
- void SetString( const int n, const wxString &string );
- void SetStringSelection( const wxString &string, const bool select = TRUE );
-
+ void SetSelection( int n, bool select = TRUE );
+ void SetString( int n, const wxString &string );
+ void SetStringSelection( const wxString &string, bool select = TRUE );
+
+ virtual GtkWidget *GetConnectWidget(void);
+