GetItemFromPoint is protected on wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e2e2649fab
commit
8942133af3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user