]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/proprfva.tex
fixed Assign(fullpath, fullname)
[wxWidgets.git] / docs / latex / wx / proprfva.tex
index 9f88b8ac179499da1f1c4e41863c0acf4743f94d..7713336e723acb46a2dee5836eee25d96388f3b6 100644 (file)
@@ -1,9 +1,13 @@
 \section{\class{wxRealFormValidator}}\label{wxrealformvalidator}
 
-\overview{Validator classes}{proplistvalidatorclasses}
-
 This class validates a range of real values for form views. The associated panel item must be a wxText.
 
+\wxheading{See also}
+
+\helpref{Validator classes}{proplistvalidatorclasses}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 \membersection{wxRealFormValidator::wxRealFormValidator}
 
 \func{void}{wxRealFormValidator}{\param{float }{min=0.0}, \param{float }{max=0.0},
@@ -11,4 +15,3 @@ This class validates a range of real values for form views. The associated panel
 
 Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
 
-