no changes, just a typo in SetItemImage() comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c1dc9f8394
commit
56c6fc01a9
@ -123,7 +123,7 @@ public:
|
|||||||
|
|
||||||
// set items label
|
// set items label
|
||||||
virtual void SetItemText(const wxTreeItemId& item, const wxString& text) = 0;
|
virtual void SetItemText(const wxTreeItemId& item, const wxString& text) = 0;
|
||||||
// get one of the images associated with the item (normal by default)
|
// set one of the images associated with the item (normal by default)
|
||||||
virtual void SetItemImage(const wxTreeItemId& item,
|
virtual void SetItemImage(const wxTreeItemId& item,
|
||||||
int image,
|
int image,
|
||||||
wxTreeItemIcon which = wxTreeItemIcon_Normal) = 0;
|
wxTreeItemIcon which = wxTreeItemIcon_Normal) = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user