]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/radiobut.h
Implementing LIST_ITEM_RIGHT_CLICK event support, and fixing sorting (turning off...
[wxWidgets.git] / include / wx / mac / carbon / radiobut.h
index 583bea5581c1eb00a9aa9dd180a0c12f8ab1d5ef..572261ed2ceed5feb675fbc254caa443f3d75959 100644 (file)
 #ifndef _WX_RADIOBUT_H_
 #define _WX_RADIOBUT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "radiobut.h"
-#endif
-
 class WXDLLEXPORT wxRadioButton: public wxControl
 {
   DECLARE_DYNAMIC_CLASS(wxRadioButton)
@@ -31,7 +27,7 @@ public:
     {
         Create(parent, id, label, pos, size, style, validator, name);
     }
-    ~wxRadioButton();
+    virtual ~wxRadioButton();
 
     bool Create(wxWindow *parent, wxWindowID id,
            const wxString& label,
@@ -60,7 +56,7 @@ public:
 #if 0
 class WXDLLEXPORT wxBitmap ;
 
-WXDLLEXPORT_DATA(extern const char*) wxBitmapRadioButtonNameStr;
+WXDLLEXPORT_DATA(extern const wxChar) wxBitmapRadioButtonNameStr[];
 
 class WXDLLEXPORT wxBitmapRadioButton: public wxRadioButton
 {