]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor patch for state icons patch
authorRobert Roebling <robert@roebling.de>
Sun, 22 Jun 2008 14:39:04 +0000 (14:39 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 22 Jun 2008 14:39:04 +0000 (14:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/treectrl.h

index f9e5ef895752bfa7a7d7ebaa197ff8c1b4bf5b8d..782a36837e9e9f71804e13f252d79ed58bc6ce65 100644 (file)
@@ -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}