doodle/ui
Noah 316456ef03 Add CheckButton and CheckBox with Bound Booleans
CheckButton is a generic component based on Button that additionally
takes a *bool variable to manage. When the CheckButton is clicked or
unclicked, it will toggle the bool var and its border style will "stick"
in or out depending on the state.

Checkbox is a Frame widget that wraps a CheckButton and another child
widget, such as a Label. Interacting with the child widget will forward
all of its mouse events to the CheckButton, so that the Label could be
clicked instead of just the box itself.
2018-08-01 19:52:09 -07:00
..
theme WIP Labels 2018-07-31 17:18:13 -07:00
button.go UI: Finish Frame Packing 2018-08-01 18:52:52 -07:00
check_button.go Add CheckButton and CheckBox with Bound Booleans 2018-08-01 19:52:09 -07:00
checkbox.go Add CheckButton and CheckBox with Bound Booleans 2018-08-01 19:52:09 -07:00
frame.go Add CheckButton and CheckBox with Bound Booleans 2018-08-01 19:52:09 -07:00
frame_pack.go Add CheckButton and CheckBox with Bound Booleans 2018-08-01 19:52:09 -07:00
label.go UI: Finish Frame Packing 2018-08-01 18:52:52 -07:00
log.go WIP Labels 2018-07-31 17:18:13 -07:00
supervisor.go WIP Labels 2018-07-31 17:18:13 -07:00
widget.go UI: Finish Frame Packing 2018-08-01 18:52:52 -07:00