From 8942133af3e5fbdeed93f06ce5fe0e26211cab23 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 13 Jun 2006 22:27:52 +0000 Subject: [PATCH] GetItemFromPoint is protected on wxMSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_radio.i | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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