summaryrefslogtreecommitdiffstats
path: root/src/eulogium_item_list.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-19Add widget handling and exporting to checkboxesOlliver Schinagl1-0/+1
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-16[griffin.hmi] define buttons, checkboxes and radio button for internal list ↵Olliver Schinagl1-3/+17
widget Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12[griffin.hmi] refactor eulogium_button_listOlliver Schinagl1-0/+28
eulogium_button_list has been changed to item_list where we take parameters for either a button OR a checklist, since a check button is very similar to a button. Worst case, if all fails, we can always use the parameters to put all items in a horizontal box. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>