]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_radio.i
Doh! I changed the AddPane parameter names but didn't change their usage.
[wxWidgets.git] / wxPython / src / _radio.i
index d9da1d4890e93ed1a95b091a3facd97f2f77cfe0..a04aa32bdf8cb7161d70e1f07ea5cfe7e9b499f2 100644 (file)
@@ -91,8 +91,9 @@ 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