]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_radio.i
Add wxPyTabArt
[wxWidgets.git] / wxPython / src / _radio.i
index d9da1d4890e93ed1a95b091a3facd97f2f77cfe0..0294f6cf85fea0913da2a9c4e5dfef9873f20f1f 100644 (file)
@@ -91,13 +91,20 @@ public:
 
     // retrieve helptext for a particular item, empty string means no help text
     wxString GetItemHelpText(unsigned int n) const;
-    
-    virtual int GetItemFromPoint(const wxPoint& pt) const;
+
+// Hmmm...  This is protected on wxMSW.    
+//    virtual int GetItemFromPoint(const wxPoint& pt) const;
 
 //    bool IsValid(int n) const;  ** not public
         
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+    %property(ColumnCount, GetColumnCount, doc="See `GetColumnCount`");
+    %property(Count, GetCount, doc="See `GetCount`");
+    %property(RowCount, GetRowCount, doc="See `GetRowCount`");
+    %property(Selection, GetSelection, SetSelection, doc="See `GetSelection` and `SetSelection`");
+    %property(StringSelection, GetStringSelection, SetStringSelection, doc="See `GetStringSelection` and `SetStringSelection`");    
 };
     
 
@@ -134,6 +141,8 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+    %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`");
 };
 
 //---------------------------------------------------------------------------