]> git.saurik.com Git - wxWidgets.git/commitdiff
Added Get/SetItemToolTip
authorRobin Dunn <robin@alldunn.com>
Thu, 4 May 2006 19:42:17 +0000 (19:42 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 4 May 2006 19:42:17 +0000 (19:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_radio.i

index 972f260c59f553b620323accb508f7d0e7f4b5f9..abd79bba1e6f5cdf8ee6a8d1250b5dc48793fc6d 100644 (file)
@@ -80,6 +80,13 @@ public:
     // return the item above/below/to the left/right of the given one
     int GetNextItem(int item, wxDirection dir, long style) const;
 
+    // set the tooltip text for a radio item, empty string unsets any tooltip
+    void SetItemToolTip(unsigned int item, const wxString& text);
+
+    // get the individual items tooltip; returns NULL if none
+    wxToolTip *GetItemToolTip(unsigned int item) const;
+
+    
 //    bool IsValid(int n) const;  ** not public
         
     static wxVisualAttributes