Export wxFindFocusDescendant

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2005-10-23 22:16:33 +00:00
parent ebef1625fa
commit 9f8b9d9cc1

View File

@ -2889,7 +2889,7 @@ extern WXDLLIMPEXP_BASE wxList *wxPendingEvents;
// Find a window with the focus, that is also a descendant of the given window. // Find a window with the focus, that is also a descendant of the given window.
// This is used to determine the window to initially send commands to. // This is used to determine the window to initially send commands to.
wxWindow* wxFindFocusDescendant(wxWindow* ancestor); WXDLLIMPEXP_CORE wxWindow* wxFindFocusDescendant(wxWindow* ancestor);
#endif // wxUSE_GUI #endif // wxUSE_GUI