]>
Commit | Line | Data |
---|---|---|
200fed6c VS |
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 |