From aa4b42f0b79eb9fc43eec9b8a23b790ca6b00fce Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 3 Jul 2003 19:12:55 +0000 Subject: [PATCH 1/1] 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 --- docs/latex/wx/window.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index f75128f6a2..4ae3e95a97 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -1058,7 +1058,7 @@ Returns {\tt true} if the window is enabled for input, {\tt false} otherwise. \helpref{wxWindow::Enable}{wxwindowenable} -\membersection{wxWindow:IsExposed}\label{wxwindowisexposed} +\membersection{wxWindow::IsExposed}\label{wxwindowisexposed} \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 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} \func{void}{SetToolTip}{\param{const wxString\& }{tip}} @@ -2616,6 +2609,13 @@ Attach a tooltip to the window. See also: \helpref{GetToolTip}{wxwindowgettooltip}, \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} \func{void}{SetVirtualSize}{\param{int}{ width}, \param{int}{ height}} -- 2.45.2