]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/propflva.tex
added IsEditable
[wxWidgets.git] / docs / latex / wx / propflva.tex
CommitLineData
200fed6c
VS
1\section{\class{wxFilenameListValidator}}\label{wxfilenamelistvalidator}
2
fa482912 3This class validates a filename for a \helpref{property list view}{wxpropertylistview}, allowing the user to edit it textually and also popping up
200fed6c
VS
4a file selector in ``detailed editing" mode.
5
fa482912
JS
6\wxheading{See also}
7
8\helpref{Validator classes}{proplistvalidatorclasses}
9
10\latexignore{\rtfignore{\wxheading{Members}}}
11
200fed6c
VS
12\membersection{wxFilenameListValidator::wxFilenameListValidator}
13
14\func{void}{wxFilenameListValidator}{\param{wxString }{message = ``Select a file"}, \param{wxString }{wildcard = ``*.*"},
15 \param{long}{ flags=0}}
16
17Constructor. Supply an optional message and wildcard.
18