wxFileDialog SetStyle and GetStyle are gone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-05-29 20:29:13 +00:00
parent efe0d228f7
commit 5c20af5de8

View File

@@ -184,7 +184,6 @@ enum {
// These will dissappear in 2.8
wxOPEN,
wxSAVE,
wxHIDE_READONLY,
wxOVERWRITE_PROMPT,
wxFILE_MUST_EXIST,
wxMULTIPLE,
@@ -283,10 +282,6 @@ example::
\"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.", "");
@@ -311,10 +306,6 @@ example::
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