]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/propflva.tex
Documented wxMutexGuiEnter etc and thread sample.
[wxWidgets.git] / docs / latex / wx / propflva.tex
1 \section{\class{wxFilenameListValidator}}\label{wxfilenamelistvalidator}
2
3 \overview{Validator classes}{proplistvalidatorclasses}
4
5 This class validates a filename for a list view, allowing the user to edit it textually and also popping up
6 a file selector in ``detailed editing" mode.
7
8 \membersection{wxFilenameListValidator::wxFilenameListValidator}
9
10 \func{void}{wxFilenameListValidator}{\param{wxString }{message = ``Select a file"}, \param{wxString }{wildcard = ``*.*"},
11 \param{long}{ flags=0}}
12
13 Constructor. Supply an optional message and wildcard.
14