]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treectrl.h
Refactor wxGTK IM-related code to allow future modifications.
[wxWidgets.git] / interface / wx / treectrl.h
index 9b25d1a7e544e5d3ae442260fdc168cdb24682e4..f328935b7e25a119383055ce61338a7f263ef158 100644 (file)
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{treectrl.png}
+    @appearance{treectrl}
 
     @see wxDataViewTreeCtrl, wxTreeEvent, wxTreeItemData, @ref overview_treectrl,
          wxListBox, wxListCtrl, wxImageList
@@ -726,7 +726,7 @@ public:
     virtual bool IsBold(const wxTreeItemId& item) const;
 
     /**
-        Returns @true if the control is empty (i.e. has no items, even no root
+        Returns @true if the control is empty (i.e.\ has no items, even no root
         one).
     */
     bool IsEmpty() const;
@@ -1055,7 +1055,7 @@ public:
         The state image has been clicked.
     @endEventTable
 
-    @library{wxbase}
+    @library{wxcore}
     @category{events}
 
     @see wxTreeCtrl