-#else
- %extend {
- int GetColumnCount() const { return -1; }
- int GetRowCount() const { return -1; }
- int GetNextItem(int item, wxDirection dir, long style) const { return -1; }
- }
-#endif
-
- bool IsValid(int n) 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;
+
+ // 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