]> git.saurik.com Git - wxWidgets.git/commitdiff
wxFileDialog SetStyle and GetStyle are gone
authorRobin Dunn <robin@alldunn.com>
Mon, 29 May 2006 20:29:13 +0000 (20:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 29 May 2006 20:29:13 +0000 (20:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_cmndlgs.i

index c731226806594c7fdefd6a282cc1e3a05a0aa8a4..37a02539549a8b97b1954b38faa8fb701963e207 100644 (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