// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKRADIOBOXH__
#define __GTKRADIOBOXH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
#include "wx/bitmap.h"
//-----------------------------------------------------------------------------
const wxValidator& val = wxDefaultValidator,
const wxString& name = wxRadioBoxNameStr);
- int FindString( const wxString& s) const;
+ virtual int FindString(const wxString& s, bool bCase = false) const;
void SetSelection( int n );
int GetSelection() const;