summaryrefslogtreecommitdiffstats
path: root/src/eulogium_item_list.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add widget handling and exporting to checkboxesOlliver Schinagl2015-06-191-0/+1
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] define buttons, checkboxes and radio button for internal list ↵Olliver Schinagl2015-06-161-3/+17
| | | | | | widget Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] refactor eulogium_button_listOlliver Schinagl2015-06-121-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>