cushy/examples
Jonathan Johnson 42840b950c
Hover updates after widget removal
This also fixes some inconsistencies that arose when the focus widget
was "stuck" on a removed widget. Button previously handled it hackily in
a redraw function, but now Gooey handles it automatically without
needing to wait for a repaint.
2023-11-15 12:41:41 -08:00
..
animation.rs Added slidable enum demo 2023-11-14 11:44:32 -08:00
basic-button.rs Removing centered from readme example 2023-11-14 20:41:04 -08:00
buttons.rs Add transparent button to buttons example 2023-11-15 08:01:09 -08:00
canvas.rs Styles are now reactive 2023-11-09 10:42:56 -08:00
checkbox.rs Checkbox, ButtonKind, linked/linked_string + more 2023-11-14 20:39:29 -08:00
containers.rs Added slidable enum demo 2023-11-14 11:44:32 -08:00
counter.rs Added slidable enum demo 2023-11-14 11:44:32 -08:00
focus-order.rs Enable/disable is now handled for all widgets 2023-11-15 10:23:42 -08:00
gameui.rs Helpers galore 2023-11-14 09:31:56 -08:00
input.rs Helpers galore 2023-11-14 09:31:56 -08:00
login.rs Enable/disable is now handled for all widgets 2023-11-15 10:23:42 -08:00
nested-scroll.rs Stack with premeasured content now work 2023-11-15 07:47:23 -08:00
scroll.rs Helpers galore 2023-11-14 09:31:56 -08:00
slider.rs Added slidable enum demo 2023-11-14 11:44:32 -08:00
stack-align-test.rs Added slidable enum demo 2023-11-14 11:44:32 -08:00
style.rs Helpers galore 2023-11-14 09:31:56 -08:00
switcher.rs Refactored switcher to use Dynamic<WidgetInstance> 2023-11-14 13:24:23 -08:00
theme.rs Checkbox, ButtonKind, linked/linked_string + more 2023-11-14 20:39:29 -08:00
tic-tac-toe.rs Hover updates after widget removal 2023-11-15 12:41:41 -08:00
tilemap.rs Documentation 2023-10-30 21:12:04 -07:00