projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxHTTP::GetResponse() added (patch 794394)
[wxWidgets.git]
/
docs
/
latex
/
wx
/
filedlg.tex
diff --git
a/docs/latex/wx/filedlg.tex
b/docs/latex/wx/filedlg.tex
index 36657dadfe73af7dc5f9d425a97bddc1c23ff9d7..29e10053dc864c0b257bd179d6891f19a87856a4 100644
(file)
--- a/
docs/latex/wx/filedlg.tex
+++ b/
docs/latex/wx/filedlg.tex
@@
-118,6
+118,11
@@
Fills the array {\it filenames} with the names of the files chosen. This
function should only be used with the dialogs which have {\tt wxMULTIPLE} style,
use \helpref{GetFilename}{wxfiledialoggetfilename} for the others.
function should only be used with the dialogs which have {\tt wxMULTIPLE} style,
use \helpref{GetFilename}{wxfiledialoggetfilename} for the others.
+Note that under Windows, if the user selects shortcuts, the filenames
+include paths, since the application cannot determine the full path
+of each referenced file by appending the directory containing the shortcuts
+to the filename.
+
\membersection{wxFileDialog::GetFilterIndex}\label{wxfiledialoggetfilterindex}
\constfunc{int}{GetFilterIndex}{\void}
\membersection{wxFileDialog::GetFilterIndex}\label{wxfiledialoggetfilterindex}
\constfunc{int}{GetFilterIndex}{\void}