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:
@@ -184,7 +184,6 @@ enum {
|
|||||||
// These will dissappear in 2.8
|
// These will dissappear in 2.8
|
||||||
wxOPEN,
|
wxOPEN,
|
||||||
wxSAVE,
|
wxSAVE,
|
||||||
wxHIDE_READONLY,
|
|
||||||
wxOVERWRITE_PROMPT,
|
wxOVERWRITE_PROMPT,
|
||||||
wxFILE_MUST_EXIST,
|
wxFILE_MUST_EXIST,
|
||||||
wxMULTIPLE,
|
wxMULTIPLE,
|
||||||
@@ -283,10 +282,6 @@ example::
|
|||||||
\"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(
|
DocDeclStr(
|
||||||
void , SetFilterIndex(int filterIndex),
|
void , SetFilterIndex(int filterIndex),
|
||||||
"Sets the default filter index, starting from zero.", "");
|
"Sets the default filter index, starting from zero.", "");
|
||||||
@@ -311,10 +306,6 @@ example::
|
|||||||
wxString , GetWildcard() const,
|
wxString , GetWildcard() const,
|
||||||
"Returns the file dialog wildcard.", "");
|
"Returns the file dialog wildcard.", "");
|
||||||
|
|
||||||
DocDeclStr(
|
|
||||||
long , GetStyle() const,
|
|
||||||
"Returns the dialog style.", "");
|
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
int , GetFilterIndex() const,
|
int , GetFilterIndex() const,
|
||||||
"Returns the index into the list of filters supplied, optionally, in
|
"Returns the index into the list of filters supplied, optionally, in
|
||||||
|
Reference in New Issue
Block a user