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:
@@ -23,13 +23,9 @@ public:
|
||||
const wxSize& size = wxDefaultSize,
|
||||
const wxString& name = wxDirDialogNameStr);
|
||||
|
||||
void SetStyle(long style) { m_dialogStyle = style; }
|
||||
long GetStyle() const { return m_dialogStyle; }
|
||||
|
||||
virtual int ShowModal();
|
||||
|
||||
protected:
|
||||
long m_dialogStyle;
|
||||
wxWindow * m_parent;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxDirDialog)
|
||||
|
Reference in New Issue
Block a user