]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Updated to Scintilla 1.54
[wxWidgets.git] / include / wx / msw / radiobox.h
index f97606b44a6d33243d85d689cdebdf510fdf69c8..0cab158a275fc12c4f9b9cef995560c5555f5b10 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_RADIOBOX_H_
 #define _WX_RADIOBOX_H_
 
 #ifndef _WX_RADIOBOX_H_
 #define _WX_RADIOBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "radiobox.h"
 #endif
 
     #pragma interface "radiobox.h"
 #endif
 
@@ -66,9 +66,9 @@ public:
     virtual int GetColumnCount() const;
     virtual int GetRowCount() const;
 
     virtual int GetColumnCount() const;
     virtual int GetRowCount() const;
 
-    bool Show(bool show);
+    virtual bool Show(bool show = TRUE);
     void SetFocus();
     void SetFocus();
-    bool Enable(bool enable);
+    virtual bool Enable(bool enable = TRUE);
     void SetLabelFont(const wxFont& WXUNUSED(font)) {};
     void SetButtonFont(const wxFont& font) { SetFont(font); }
 
     void SetLabelFont(const wxFont& WXUNUSED(font)) {};
     void SetButtonFont(const wxFont& font) { SetFont(font); }
 
@@ -100,14 +100,6 @@ public:
     int GetNumVer() const;
     int GetNumHor() const;
 
     int GetNumVer() const;
     int GetNumHor() const;
 
-    // compatibility ctor
-#if WXWIN_COMPATIBILITY
-    wxRadioBox(wxWindow *parent, wxFunction func, const char *title,
-            int x = -1, int y = -1, int width = -1, int height = -1,
-            int n = 0, char **choices = NULL,
-            int majorDim = 0, long style = wxRA_HORIZONTAL, const char *name = wxRadioBoxNameStr);
-#endif // WXWIN_COMPATIBILITY
-
 protected:
     // subclass one radio button
     void SubclassRadioButton(WXHWND hWndBtn);
 protected:
     // subclass one radio button
     void SubclassRadioButton(WXHWND hWndBtn);
@@ -134,6 +126,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxRadioBox)
 
 private:
     DECLARE_DYNAMIC_CLASS(wxRadioBox)
+    DECLARE_NO_COPY_CLASS(wxRadioBox)
 };
 
 #endif
 };
 
 #endif