]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/treectrl.tex
fix typo
[wxWidgets.git] / docs / latex / wx / treectrl.tex
index 727181f7b3f0e1d9dbd49238f55f8bf087dd3259..fd9dda62770e0b78540677c9756239e3d547128e 100644 (file)
@@ -65,8 +65,6 @@ to be deselected.  This is the default.}
 \twocolitem{\windowstyle{wxTR\_MULTIPLE}}{Use this style
 to allow a range of items to be selected.
 If a second range is selected, the current range, if any, is deselected.}
-\twocolitem{\windowstyle{wxTR\_EXTENDED}}{Use this style
-to allow disjoint items to be selected.  (Only partially implemented; may not work in all cases.)}
 \twocolitem{\windowstyle{wxTR\_DEFAULT\_STYLE}}{The set of flags that are
 closest to the defaults for the native control for a particular toolkit.}
 \end{twocollist}
@@ -1074,7 +1072,7 @@ None
 
 \wxheading{See also}
 
-\helpref{wxTreeItemCtrl}{wxtreeitemctrl}, \helpref{wxTreeItemData}{wxtreeitemdata},\\
+\helpref{wxTreeCtrl}{wxtreectrl}, \helpref{wxTreeItemData}{wxtreeitemdata},\\
 \helpref{wxTreeCtrl overview}{wxtreectrloverview}
 
 
@@ -1085,7 +1083,7 @@ None
 \func{}{wxTreeItemId}{\void}
 
 Default constructor. wxTreemItemIds are not meant to be constructed explicitly by
-the user; they are returned by the \helpref{wxTreeItemCtrl}{wxtreeitemctrl} functions instead.
+the user; they are returned by the \helpref{wxTreeCtrl}{wxtreectrl} functions instead.
 
 
 \membersection{wxTreeItemId::IsOk}\label{wxtreeitemidisok}