git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39455
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// These will dissappear in 2.8
wxOPEN,
wxSAVE,
// These will dissappear in 2.8
wxOPEN,
wxSAVE,
wxOVERWRITE_PROMPT,
wxFILE_MUST_EXIST,
wxMULTIPLE,
wxOVERWRITE_PROMPT,
wxFILE_MUST_EXIST,
wxMULTIPLE,
\"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif\"
", "");
\"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif\"
", "");
- DocDeclStr(
- void , SetStyle(long style),
- "Sets the dialog style.", "");
-
DocDeclStr(
void , SetFilterIndex(int filterIndex),
"Sets the default filter index, starting from zero.", "");
DocDeclStr(
void , SetFilterIndex(int filterIndex),
"Sets the default filter index, starting from zero.", "");
wxString , GetWildcard() const,
"Returns the file dialog wildcard.", "");
wxString , GetWildcard() const,
"Returns the file dialog wildcard.", "");
- DocDeclStr(
- long , GetStyle() const,
- "Returns the dialog style.", "");
-
DocDeclStr(
int , GetFilterIndex() const,
"Returns the index into the list of filters supplied, optionally, in
DocDeclStr(
int , GetFilterIndex() const,
"Returns the index into the list of filters supplied, optionally, in