X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed93168bf9d23bdc83184039c84d263ed6f87945..3ce369e6876c49ad7a101ad222048bd5446b7125:/docs/latex/wx/ttreectl.tex diff --git a/docs/latex/wx/ttreectl.tex b/docs/latex/wx/ttreectl.tex index 43adf1b891..7c30c800b0 100644 --- a/docs/latex/wx/ttreectl.tex +++ b/docs/latex/wx/ttreectl.tex @@ -62,7 +62,7 @@ only thing to remember is that the {\it cookie} passed to \helpref{GetNextChild}{wxtreectrlgetnextchild} should be the same variable (and that nothing should be done with it by the user code). -Among other functionalities of the tree control are: item sorting with +Among other features of the tree control are: item sorting with \helpref{SortChildren}{wxtreectrlsortchildren} which uses the user-defined comparison function \helpref{OnCompareItems}{wxtreectrloncompareitems} (by default the comparison is the alphabetic comparison of tree labels), hit testing @@ -75,5 +75,6 @@ Finally, the tree control has a keyboard interface: the cursor navigation (arrow may be used to change the current selection. and are used to go to the first/last sibling of the current item. '+', '-' and '*' expand, collapse and toggle the current branch. Note, however, that and keys do -nothing by default, but it is custom to associate them with deleting item from -a tree and inserting a new one in it. +nothing by default, but it is usual to associate them with deleting item from +a tree and inserting a new one into it. +