From: Robin Dunn Date: Mon, 29 May 2006 20:29:13 +0000 (+0000) Subject: wxFileDialog SetStyle and GetStyle are gone X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c20af5de8122ea5ec248e030f30adef69b04edc wxFileDialog SetStyle and GetStyle are gone git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index c731226806..37a0253954 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -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