// Returns menu item id or -1 if none.
WXDLLEXPORT int wxFindMenuItemId(wxFrame *frame, const wxString& menuString, const wxString& itemString);
+// Find the wxWindow at the given point. wxGenericFindWindowAtPoint
+// is always present but may be less reliable than a native version.
+WXDLLEXPORT wxWindow* wxGenericFindWindowAtPoint(const wxPoint& pt);
WXDLLEXPORT wxWindow* wxFindWindowAtPoint(const wxPoint& pt);
// ----------------------------------------------------------------------------
private:
wxWindowList *m_winDisabled;
-
-#ifdef __WXMSW__
- wxWindow *m_winTop;
-#endif // MSW
};
// ----------------------------------------------------------------------------