fixed a typo in IsExposed, put SetValidator in correct (in alpha order) place

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-03 19:12:55 +00:00
parent 7796b3d660
commit aa4b42f0b7

View File

@@ -1058,7 +1058,7 @@ Returns {\tt true} if the window is enabled for input, {\tt false} otherwise.
\helpref{wxWindow::Enable}{wxwindowenable} \helpref{wxWindow::Enable}{wxwindowenable}
\membersection{wxWindow:IsExposed}\label{wxwindowisexposed} \membersection{wxWindow::IsExposed}\label{wxwindowisexposed}
\constfunc{bool}{IsExposed}{\param{int }{x}, \param{int }{y}} \constfunc{bool}{IsExposed}{\param{int }{x}, \param{int }{y}}
@@ -2598,13 +2598,6 @@ defined by a user's selected theme.
Dialogs, notebook pages and the status bar have this flag set to true Dialogs, notebook pages and the status bar have this flag set to true
by default so that the default look and feel is simulated best. by default so that the default look and feel is simulated best.
\membersection{wxWindow::SetValidator}\label{wxwindowsetvalidator}
\func{virtual void}{SetValidator}{\param{const wxValidator\&}{ validator}}
Deletes the current validator (if any) and sets the window validator, having called wxValidator::Clone to
create a new validator of this type.
\membersection{wxWindow::SetToolTip}\label{wxwindowsettooltip} \membersection{wxWindow::SetToolTip}\label{wxwindowsettooltip}
\func{void}{SetToolTip}{\param{const wxString\& }{tip}} \func{void}{SetToolTip}{\param{const wxString\& }{tip}}
@@ -2616,6 +2609,13 @@ Attach a tooltip to the window.
See also: \helpref{GetToolTip}{wxwindowgettooltip}, See also: \helpref{GetToolTip}{wxwindowgettooltip},
\helpref{wxToolTip}{wxtooltip} \helpref{wxToolTip}{wxtooltip}
\membersection{wxWindow::SetValidator}\label{wxwindowsetvalidator}
\func{virtual void}{SetValidator}{\param{const wxValidator\&}{ validator}}
Deletes the current validator (if any) and sets the window validator, having called wxValidator::Clone to
create a new validator of this type.
\membersection{wxWindow::SetVirtualSize}\label{wxwindowsetvirtualsize} \membersection{wxWindow::SetVirtualSize}\label{wxwindowsetvirtualsize}
\func{void}{SetVirtualSize}{\param{int}{ width}, \param{int}{ height}} \func{void}{SetVirtualSize}{\param{int}{ width}, \param{int}{ height}}