From: Robin Dunn Date: Tue, 13 Jun 2006 22:27:52 +0000 (+0000) Subject: GetItemFromPoint is protected on wxMSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8942133af3e5fbdeed93f06ce5fe0e26211cab23 GetItemFromPoint is protected on wxMSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_radio.i b/wxPython/src/_radio.i index d9da1d4890..a04aa32bdf 100644 --- a/wxPython/src/_radio.i +++ b/wxPython/src/_radio.i @@ -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