]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/config.tex
Mention the Unix printing overview in the general
[wxWidgets.git] / docs / latex / wx / config.tex
index b2969399f734cfcd8baf1ceea3952541c4ac4d48..3700a8ec72fa42eb02582ec0093e03983ac398a9 100644 (file)
@@ -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}