From 034ba7c2f2077bbc4f20628971bf2b061031ff9f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 18 May 2013 16:35:48 +0100 Subject: Allow getting the node's icon --- desktop/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/tree.h') diff --git a/desktop/tree.h b/desktop/tree.h index 00ac99984..20ade30c0 100644 --- a/desktop/tree.h +++ b/desktop/tree.h @@ -200,6 +200,7 @@ void tree_update_node_element(struct tree *tree, struct node_element *element, const char *text, void *bitmap); bool tree_update_element_text(struct tree *tree, struct node_element *element, char *text); const char *tree_node_element_get_text(struct node_element *element); +struct bitmap *tree_node_element_get_icon(struct node_element *element); struct node *tree_get_root(struct tree *tree); bool tree_is_edited(struct tree *tree); tree_drag_type tree_drag_status(struct tree *tree); -- cgit v1.2.3