kas-gui / kas

Another GUI toolkit
Apache License 2.0
892 stars 27 forks source link

Remove return values on some closures; replace some custom widgets #432

Closed dhardy closed 6 months ago

dhardy commented 6 months ago

fn AppData::handle_messages previously returned Action, however:

Similarly, Adapt's message and timer handlers can also get away without using any return values (on the assumption that a timer is only requested when it is likely that something will happen, and that Adapt only makes things happen by adjusting its state; these appear reasonable assumptions given the intended usages).

Also, replace a couple more instances of custom widgets in examples.

Also increase the default font size to 16px (12pt).