]>
Commit | Line | Data |
---|---|---|
200fed6c VS |
1 | \section{\class{wxFilenameListValidator}}\label{wxfilenamelistvalidator} |
2 | ||
fa482912 | 3 | This class validates a filename for a \helpref{property list view}{wxpropertylistview}, allowing the user to edit it textually and also popping up |
200fed6c VS |
4 | a 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 | ||
17 | Constructor. Supply an optional message and wildcard. | |
18 |