]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ttreectl.tex
1. wxHtmlHelpController and related classes
[wxWidgets.git] / docs / latex / wx / ttreectl.tex
index 43adf1b8915a3e270de18ac06a60ecf88e4d83c2..7c30c800b082b491a652e82d0357c57f0cc76d6e 100644 (file)
@@ -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. <HOME> and <END> are used to go to
 the first/last sibling of the current item. '+', '-' and '*' expand, collapse
 and toggle the current branch. Note, however, that <DEL> and <INS> 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.
+