]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/controls.py
added a few encoding convenience methods for pc-mac encoding and string handling...
[wxWidgets.git] / wxPython / src / msw / controls.py
index 78d08fa3d5198133a0febf3e82220048726e1d6a..b7bdb4c1b26f6b95ed58e0bd5973284c730238ee 100644 (file)
@@ -745,6 +745,12 @@ class wxRadioBoxPtr(wxControlPtr):
     def SetString(self, *_args, **_kwargs):
         val = apply(controlsc.wxRadioBox_SetString,(self,) + _args, _kwargs)
         return val
+    def GetColumnCount(self, *_args, **_kwargs):
+        val = apply(controlsc.wxRadioBox_GetColumnCount,(self,) + _args, _kwargs)
+        return val
+    def GetRowCount(self, *_args, **_kwargs):
+        val = apply(controlsc.wxRadioBox_GetRowCount,(self,) + _args, _kwargs)
+        return val
     def GetSelection(self, *_args, **_kwargs):
         val = apply(controlsc.wxRadioBox_GetSelection,(self,) + _args, _kwargs)
         return val
@@ -754,12 +760,6 @@ class wxRadioBoxPtr(wxControlPtr):
     def GetCount(self, *_args, **_kwargs):
         val = apply(controlsc.wxRadioBox_GetCount,(self,) + _args, _kwargs)
         return val
-    def GetColumnCount(self, *_args, **_kwargs):
-        val = apply(controlsc.wxRadioBox_GetColumnCount,(self,) + _args, _kwargs)
-        return val
-    def GetRowCount(self, *_args, **_kwargs):
-        val = apply(controlsc.wxRadioBox_GetRowCount,(self,) + _args, _kwargs)
-        return val
     def SetSelection(self, *_args, **_kwargs):
         val = apply(controlsc.wxRadioBox_SetSelection,(self,) + _args, _kwargs)
         return val