]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_radio.i
implemented DrawPoint in terms of DrawLine (for now)
[wxWidgets.git] / wxPython / src / _radio.i
index abd79bba1e6f5cdf8ee6a8d1250b5dc48793fc6d..a04aa32bdf8cb7161d70e1f07ea5cfe7e9b499f2 100644 (file)
@@ -86,7 +86,15 @@ public:
     // get the individual items tooltip; returns NULL if none
     wxToolTip *GetItemToolTip(unsigned int item) const;
 
-    
+    // set helptext for a particular item, pass an empty string to erase it
+    void SetItemHelpText(unsigned int n, const wxString& helpText);
+
+    // retrieve helptext for a particular item, empty string means no help text
+    wxString GetItemHelpText(unsigned int n) const;
+
+// Hmmm...  This is protected on wxMSW.    
+//    virtual int GetItemFromPoint(const wxPoint& pt) const;
+
 //    bool IsValid(int n) const;  ** not public
         
     static wxVisualAttributes