few adaptations to cope with new control.h file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (JL)
1999-11-19 00:51:56 +00:00
parent 1dd521517c
commit 5008c64c32
3 changed files with 14 additions and 12 deletions

View File

@@ -21,11 +21,11 @@
WXDLLEXPORT_DATA(extern const char*) wxRadioBoxNameStr;
// List box item
class WXDLLEXPORT wxBitmap ;
class wxBitmap ;
class WXDLLEXPORT wxRadioButton ;
class wxRadioButton ;
class WXDLLEXPORT wxRadioBox: public wxControl
class wxRadioBox: public wxControl
{
DECLARE_DYNAMIC_CLASS(wxRadioBox)
public:
@@ -47,7 +47,7 @@ public:
const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr);
// Specific functions (in wxWindows2 reference)
void Enable(bool enable);
bool Enable(bool enable);
void Enable(int item, bool enable);
int FindString(const wxString& s) const;
wxString GetLabel() const;