X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/749704355bd9ca68cfe629aa59af8fabb7dce0ff..a387938f80a2804f259e7305513231be39620fd2:/docs/latex/wx/config.tex diff --git a/docs/latex/wx/config.tex b/docs/latex/wx/config.tex index b2969399f7..3700a8ec72 100644 --- a/docs/latex/wx/config.tex +++ b/docs/latex/wx/config.tex @@ -454,7 +454,10 @@ in it and the second parameter is true. \func{bool}{DeleteGroup}{\param{const wxString\& }{ key}} -Delete the group (with all subgroups) +Delete the group (with all subgroups). If the current path is under the group +being deleted it is changed to its deepest still existing component. E.g. if +the current path is \texttt{/A/B/C/D} and the group \texttt{C} is deleted the +path becomes \texttt{/A/B}. \membersection{wxConfigBase::Exists}\label{wxconfigbaseexists}