X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1395ff56f4a8dd0fa400abc0faecc281c304caf7..3f7bc32b539472f7aa577ffa140e287b0dc4c90d:/include/wx/mac/radiobox.h?ds=sidebyside diff --git a/include/wx/mac/radiobox.h b/include/wx/mac/radiobox.h index 23536ff245..73119114f0 100644 --- a/include/wx/mac/radiobox.h +++ b/include/wx/mac/radiobox.h @@ -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;