Files
ladybird/LibGUI
Andreas Kling d12857fc36 LibGUI: Notify widgets when their enabled state changes.
This is done by dispatching a (synchronous) "EnabledChange" event that can
be picked up in change_event(). Use this event to kick widgets out of their
"being pressed"-type modes if the user is interacting with them while the
state is programmatically changed.
2019-05-25 13:40:57 +02:00
..
2019-03-25 14:46:37 +01:00
2019-04-26 14:16:17 +02:00
2019-05-07 14:13:20 +02:00