minor wx.DirDialog updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -125,6 +125,7 @@ MustHaveApp(wxDirDialog);
 | 
				
			|||||||
class wxDirDialog : public wxDialog {
 | 
					class wxDirDialog : public wxDialog {
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
    %pythonAppend wxDirDialog   "self._setOORInfo(self)"
 | 
					    %pythonAppend wxDirDialog   "self._setOORInfo(self)"
 | 
				
			||||||
 | 
					    %pythonAppend wxDirDialog() ""
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
    DocCtorStr(
 | 
					    DocCtorStr(
 | 
				
			||||||
        wxDirDialog(wxWindow* parent,
 | 
					        wxDirDialog(wxWindow* parent,
 | 
				
			||||||
@@ -136,6 +137,15 @@ public:
 | 
				
			|||||||
                    const wxString& name = wxPyDirDialogNameStr),
 | 
					                    const wxString& name = wxPyDirDialogNameStr),
 | 
				
			||||||
        "Constructor.  Use ShowModal method to show the dialog.", "");
 | 
					        "Constructor.  Use ShowModal method to show the dialog.", "");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    %RenameCtor(PreDirDialog, wxDirDialog());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    bool Create(wxWindow *parent,
 | 
				
			||||||
 | 
					                const wxString& title = wxDirSelectorPromptStr,
 | 
				
			||||||
 | 
					                const wxString& defaultPath = wxEmptyString,
 | 
				
			||||||
 | 
					                long style = wxDD_DEFAULT_STYLE,
 | 
				
			||||||
 | 
					                const wxPoint& pos = wxDefaultPosition,
 | 
				
			||||||
 | 
					                const wxSize& sz = wxDefaultSize,
 | 
				
			||||||
 | 
					                const wxString& name = wxPyDirDialogNameStr);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    DocDeclStr(
 | 
					    DocDeclStr(
 | 
				
			||||||
        wxString , GetPath(),
 | 
					        wxString , GetPath(),
 | 
				
			||||||
@@ -145,10 +155,6 @@ public:
 | 
				
			|||||||
        wxString , GetMessage(),
 | 
					        wxString , GetMessage(),
 | 
				
			||||||
        "Returns the message that will be displayed on the dialog.", "");
 | 
					        "Returns the message that will be displayed on the dialog.", "");
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    DocDeclStr(
 | 
					 | 
				
			||||||
        long , GetStyle(),
 | 
					 | 
				
			||||||
        "Returns the dialog style.", "");
 | 
					 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    DocDeclStr(
 | 
					    DocDeclStr(
 | 
				
			||||||
        void , SetMessage(const wxString& message),
 | 
					        void , SetMessage(const wxString& message),
 | 
				
			||||||
        "Sets the message that will be displayed on the dialog.", "");
 | 
					        "Sets the message that will be displayed on the dialog.", "");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user