projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655cf31
)
file dialog now remebers list/report and hidden files settings, displays icons for...
author
Václav Slavík
<vslavik@fastmail.fm>
Sun, 16 Jan 2000 00:31:41 +0000
(
00:31
+0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Sun, 16 Jan 2000 00:31:41 +0000
(
00:31
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5441
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/generic/filedlgg.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/generic/filedlgg.h
b/include/wx/generic/filedlgg.h
index dbc7494b18fefc35aa7ea660cd77e98b7568e2b2..ad2c76ab2b93ba48120604e1cab78f3f668d627a 100644
(file)
--- a/
include/wx/generic/filedlgg.h
+++ b/
include/wx/generic/filedlgg.h
@@
-182,6
+182,7
@@
protected:
wxString m_fileName;
wxString m_wildCard;
int m_filterIndex;
+ wxString m_filterExtension;
wxChoice *m_choice;
wxTextCtrl *m_text;
wxFileCtrl *m_list;
@@
-191,6
+192,9
@@
protected:
private:
DECLARE_DYNAMIC_CLASS(wxFileDialog)
DECLARE_EVENT_TABLE()
+
+ static long m_lastViewStyle; // list or report?
+ static bool m_lastShowHidden;
};
// File selector - backward compatibility