X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..a84ece11fffdde5d1bbd254ba58ac3cee79c2e77:/docs/latex/wx/dirdlg.tex diff --git a/docs/latex/wx/dirdlg.tex b/docs/latex/wx/dirdlg.tex index 975062f23e..3662942693 100644 --- a/docs/latex/wx/dirdlg.tex +++ b/docs/latex/wx/dirdlg.tex @@ -12,6 +12,19 @@ This class represents the directory chooser dialog. \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}