X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..a84ece11fffdde5d1bbd254ba58ac3cee79c2e77:/docs/latex/wx/dirdlg.tex diff --git a/docs/latex/wx/dirdlg.tex b/docs/latex/wx/dirdlg.tex index 5a012a99f4..3662942693 100644 --- a/docs/latex/wx/dirdlg.tex +++ b/docs/latex/wx/dirdlg.tex @@ -9,6 +9,23 @@ This class represents the directory chooser dialog. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + + +\wxheading{Window styles} + +\twocolwidtha{5cm} +\begin{twocollist} +\twocolitem{\indexit{wxDD\_NEW\_DIR\_BUTTON}}{Add "Create new directory" button and allow +directory names to be editable. Available only on platforms that use the generic +dialog chooser: GTK+, Motif, X11, MGL. For other platforms, use the wxGenericDirDialog +implementation explicitly if you wish to use this style.} +\end{twocollist} + +See also \helpref{Generic window styles}{windowstyles}. + \wxheading{See also} \helpref{wxDirDialog overview}{wxdirdialogoverview}, \helpref{wxFileDialog}{wxfiledialog}