]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Added net stuff, some fixes to gsock code for WinCE
[wxWidgets.git] / include / wx / msw / radiobox.h
index 1ba95def67121e984af75c63af8f8e11114723d7..34a460902fcecf4660f3de8f89d8418a1f6c9f37 100644 (file)
@@ -100,14 +100,6 @@ public:
     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);
@@ -134,6 +126,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxRadioBox)
+    DECLARE_NO_COPY_CLASS(wxRadioBox)
 };
 
 #endif