]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed a typo in IsExposed, put SetValidator in correct (in alpha order) place
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Jul 2003 19:12:55 +0000 (19:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Jul 2003 19:12:55 +0000 (19:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index f75128f6a2b33b89ab0240411516331ed8ecc27c..4ae3e95a979cf2a070849ce2f4af2e5b79f697a9 100644 (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
 by default so that the default look and feel is simulated best.
 
 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}}
 \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}
 
 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}}
 \membersection{wxWindow::SetVirtualSize}\label{wxwindowsetvirtualsize}
 
 \func{void}{SetVirtualSize}{\param{int}{ width}, \param{int}{ height}}