X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/deea56b14fe653cad75169f6be3833915710ffa5..4179da8a81ee3110e2a8b5615e1a4f8c8b75a16b:/docs/latex/wx/dirctrl.tex?ds=sidebyside diff --git a/docs/latex/wx/dirctrl.tex b/docs/latex/wx/dirctrl.tex index 0c668812f0..950b5c3ef9 100644 --- a/docs/latex/wx/dirctrl.tex +++ b/docs/latex/wx/dirctrl.tex @@ -18,12 +18,13 @@ hierarchy, and optionally, a \helpref{wxChoice}{wxchoice} window containing a li \wxheading{Window styles} -\twocolwidtha{5cm} +\twocolwidtha{7cm} \begin{twocollist} -\twocolitem{{\bf \indexit{wxDIRCTRL\_DIR\_ONLY}}}{Only show directories, and not files.} -\twocolitem{{\bf \indexit{wxDIRCTRL\_3D\_INTERNAL}}}{Use 3D borders for internal controls.} -\twocolitem{{\bf \indexit{wxDIRCTRL\_SELECT\_FIRST}}}{When setting the default path, select the first file in the directory.} -\twocolitem{{\bf \indexit{wxDIRCTRL\_SHOW\_FILTERS}}}{Show the drop-down filter list.} +\twocolitem{\indexit{wxDIRCTRL\_DIR\_ONLY}}{Only show directories, and not files.} +\twocolitem{\indexit{wxDIRCTRL\_3D\_INTERNAL}}{Use 3D borders for internal controls.} +\twocolitem{\indexit{wxDIRCTRL\_SELECT\_FIRST}}{When setting the default path, select the first file in the directory.} +\twocolitem{\indexit{wxDIRCTRL\_SHOW\_FILTERS}}{Show the drop-down filter list.} +\twocolitem{\indexit{wxDIRCTRL\_EDIT\_LABELS}}{Allow the folder and file labels to be editable.} \end{twocollist} See also \helpref{Generic window styles}{windowstyles}. @@ -112,7 +113,7 @@ Gets the currently-selected directory or filename. Gets selected filename path only (else empty string). -This function doen't count a directory as a selection. +This function doesn't count a directory as a selection. \membersection{wxGenericDirCtrl::GetFilter}\label{wxgenericdirctrlgetfilter}