]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Moved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncFromSystemEnc to
[wxWidgets.git] / include / wx / msw / radiobox.h
index df725e094082abbaaf4a194475b828498a0d7836..0cab158a275fc12c4f9b9cef995560c5555f5b10 100644 (file)
@@ -36,7 +36,11 @@ public:
                int majorDim = 0,
                long style = wxRA_HORIZONTAL,
                const wxValidator& val = wxDefaultValidator,
-               const wxString& name = wxRadioBoxNameStr);
+               const wxString& name = wxRadioBoxNameStr)
+    {
+        (void)Create(parent, id, title, pos, size, n, choices, majorDim,
+                     style, val, name);
+    }
 
     ~wxRadioBox();