summaryrefslogtreecommitdiffstats
path: root/src/eulogium_item_list.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-19 11:29:09 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-19 11:29:09 (GMT)
commitb9a037ea154a14b53ebe8200574d29f72d7e7a89 (patch)
tree181ee64be6104ff01a3c28115cfe68e8e853b89b /src/eulogium_item_list.h
parent9c5ba21b67e04cbd981c784abb3455b7358dbf48 (diff)
downloadeulogium-b9a037ea154a14b53ebe8200574d29f72d7e7a89.zip
eulogium-b9a037ea154a14b53ebe8200574d29f72d7e7a89.tar.gz
eulogium-b9a037ea154a14b53ebe8200574d29f72d7e7a89.tar.bz2
Add widget handling and exporting to checkboxes
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium_item_list.h')
-rw-r--r--src/eulogium_item_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eulogium_item_list.h b/src/eulogium_item_list.h
index 84168a5..77e40d8 100644
--- a/src/eulogium_item_list.h
+++ b/src/eulogium_item_list.h
@@ -24,6 +24,7 @@ struct list_item {
Eina_Bool state;
int value;
};
+ Evas_Object *_widget;
};
Evas_Object *eulogium_item_list_add(Evas_Object *parent);