]>
Commit | Line | Data |
---|---|---|
1 | \section{\class{wxFilenameListValidator}}\label{wxfilenamelistvalidator} | |
2 | ||
3 | This class validates a filename for a \helpref{property list view}{wxpropertylistview}, allowing the user to edit it textually and also popping up | |
4 | a file selector in ``detailed editing" mode. | |
5 | ||
6 | \wxheading{See also} | |
7 | ||
8 | \helpref{Validator classes}{proplistvalidatorclasses} | |
9 | ||
10 | \latexignore{\rtfignore{\wxheading{Members}}} | |
11 | ||
12 | \membersection{wxFilenameListValidator::wxFilenameListValidator} | |
13 | ||
14 | \func{void}{wxFilenameListValidator}{\param{wxString }{message = ``Select a file"}, \param{wxString }{wildcard = ``*.*"}, | |
15 | \param{long}{ flags=0}} | |
16 | ||
17 | Constructor. Supply an optional message and wildcard. | |
18 |