]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
safety check for wxUSE_UNICODE and wxUSE_UNICODE_MSLU
[wxWidgets.git] / include / wx / msw / treectrl.h
index f995392953c90f1093051964095db058f7f1c92a..ef9f23cff152f259b7bc782e9fae42401d56d2d7 100644 (file)
@@ -400,6 +400,9 @@ protected:
     // SetImageList helper
     void SetAnyImageList(wxImageList *imageList, int which);
 
+    // refresh a single item
+    void RefreshItem(const wxTreeItemId& item);
+
     wxTextCtrl  *m_textCtrl;        // used while editing the item label
     wxImageList *m_imageListNormal, // images for tree elements
                 *m_imageListState;  // special images for app defined states