]> git.saurik.com Git - wxWidgets.git/commitdiff
Export wxFindFocusDescendant
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 23 Oct 2005 22:16:33 +0000 (22:16 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 23 Oct 2005 22:16:33 +0000 (22:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 11cbcd1fc39a5812b3a396d862bc6c096a863de0..0fe7a0535b3a1f4a90cb2119a0cf08905b7faceb 100644 (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.
 // 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