Added some docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-09-07 13:33:56 +00:00
parent d3db92b294
commit 26a80c2246
4 changed files with 28 additions and 3 deletions

View File

@@ -1397,7 +1397,7 @@ Find a menu item identifier associated with the given frame's menu bar.
<wx/utils.h>
\membersection{::wxFindWindowByLabel}
\membersection{::wxFindWindowByLabel}\label{wxfindwindowbylabel}
\func{wxWindow *}{wxFindWindowByLabel}{\param{const wxString\& }{label}, \param{wxWindow *}{parent=NULL}}
@@ -1425,6 +1425,20 @@ If no such named window is found, {\bf wxFindWindowByLabel} is called.
<wx/utils.h>
\membersection{::wxFindWindowAtPoint}\label{wxfindwindowatpoint}
\func{wxWindow *}{wxFindWindowAtPoint}{\param{const wxPoint\& }{pt}}
Find the deepest window at the given mouse position in screen coordinates,
returning the window if found, or NULL if not.
\membersection{::wxFindWindowAtPointer}\label{wxfindwindowatpointer}
\func{wxWindow *}{wxFindWindowAtPointer}{\param{wxPoint\& }{pt}}
Find the deepest window at the mouse pointer position, returning the window
and current pointer position in screen coordinates.
\membersection{::wxGetActiveWindow}\label{wxgetactivewindow}
\func{wxWindow *}{wxGetActiveWindow}{\void}
@@ -1471,9 +1485,9 @@ under Windows, Linux and Solaris.
<wx/utils.h>
\membersection{::wxGetMousePosition}
\membersection{::wxGetMousePosition}\label{wxgetmouseposition}
\func{void}{wxGetMousePosition}{\param{int* }{x}, \param{int* }{y}}
\func{wxPoint}{wxGetMousePosition}{\void}
Returns the mouse position in screen coordinates.