misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag (patch 1478051)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,15 +33,12 @@ public:
|
||||
const wxString& name = wxDirDialogNameStr);
|
||||
~wxDirDialog();
|
||||
|
||||
long GetStyle() const { return m_dialogStyle; }
|
||||
|
||||
virtual int ShowModal();
|
||||
|
||||
inline WX_NSSavePanel GetNSSavePanel()
|
||||
{ return (WX_NSSavePanel)m_cocoaNSWindow; }
|
||||
|
||||
protected:
|
||||
long m_dialogStyle;
|
||||
wxString m_dir;
|
||||
wxWindow * m_parent;
|
||||
wxString m_fileName;
|
||||
|
Reference in New Issue
Block a user