Fix typo in wxTreeCtrl::AppendItem() documentation.
The greater sign got lost in Doxygen translation, restore it. Closes #16366. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -223,7 +223,7 @@ public:
|
||||
|
||||
The @a image and @a selImage parameters are an index within the normal
|
||||
image list specifying the image to use for unselected and selected
|
||||
items, respectively. If @a image -1 and @a selImage is -1, the same
|
||||
items, respectively. If @a image > -1 and @a selImage is -1, the same
|
||||
image is used for both selected and unselected items.
|
||||
*/
|
||||
wxTreeItemId AppendItem(const wxTreeItemId& parent,
|
||||
|
Reference in New Issue
Block a user