From 809ca837f607b74198d5f1226a4daf84bad0b984 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 22 Jun 2008 14:39:04 +0000 Subject: [PATCH] Minor patch for state icons patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/treectrl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/treectrl.h b/interface/treectrl.h index f9e5ef8957..782a36837e 100644 --- a/interface/treectrl.h +++ b/interface/treectrl.h @@ -782,10 +782,10 @@ public: /** Sets the specified item state. The value of @a state may be: - - wxTREE_ITEMSTATE_NONE: to disable the item state (the state image will - be not displayed). - - wxTREE_ITEMSTATE_NEXT: to set the next item state. - - wxTREE_ITEMSTATE_PREV: to set the previous item statem. + - @c wxTREE_ITEMSTATE_NONE: to disable the item state (the state image will + be not displayed). + - @c wxTREE_ITEMSTATE_NEXT: to set the next item state. + - @c wxTREE_ITEMSTATE_PREV: to set the previous item state. */ void SetItemState(const wxTreeItemId& item, int state); @@ -922,7 +922,7 @@ public: The context menu for the selected item has been requested, either by a right click or by using the menu key. @event{EVT_TREE_STATE_IMAGE_CLICK(id, func)} - The state image has been clicked. Windows only. + The state image has been clicked. @endEventTable @library{wxbase}