]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treectrl.h
Minor corrections to wxFont size-changing methods.
[wxWidgets.git] / interface / wx / treectrl.h
index 9b9fb7c14150b40cf9d031d34df54c43ba6fcc05..f11959f743e7e9ec64fb1d038c68c93e5dad0214 100644 (file)
@@ -437,6 +437,24 @@ public:
     */
     virtual wxTreeItemId GetFocusedItem() const;
 
+
+    /**
+        Clears the currently focused item
+
+        @since 2.9.1
+    */
+    virtual void ClearFocusedItem();
+
+    /**
+        Sets the currently focused item.
+
+        @param item
+            The item to make the current one. It must be valid.
+        @since 2.9.1
+    */
+    virtual void SetFocusedItem(const wxTreeItemId& item);
+
+
     /**
         Returns the normal image list.
     */