Implemented wxHelpContext for wxGTK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,9 +100,18 @@ public:
|
||||
bool ProcessHelpMessage(WXMSG* wxmsg, const wxCursor& cursor, wxWindow* win);
|
||||
#endif
|
||||
|
||||
#ifdef __WXGTK__
|
||||
void SetStatus(bool status, const wxPoint& pt) { m_status = status; m_mousePos = pt; }
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
||||
bool m_inHelp;
|
||||
|
||||
#ifdef __WXGTK__
|
||||
bool m_status; // The user left-clicked
|
||||
wxPoint m_mousePos;
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif // wxUSE_HELP
|
||||
|
Reference in New Issue
Block a user