projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Observe NSControlTintDidChangeNotification in the application delegate.
[wxWidgets.git]
/
include
/
wx
/
msw
/
filedlg.h
diff --git
a/include/wx/msw/filedlg.h
b/include/wx/msw/filedlg.h
index 1ba36bce96f43ec1a039d9e906e3478f2f7a438f..fe7a4856bbe0263f82aaf33cc41720cb2100e2f7 100644
(file)
--- a/
include/wx/msw/filedlg.h
+++ b/
include/wx/msw/filedlg.h
@@
-33,6
+33,7
@@
public:
virtual void SetPath(const wxString& path);
virtual void GetPaths(wxArrayString& paths) const;
+ virtual void GetFilenames(wxArrayString& files) const;
virtual int ShowModal();