Module kiss_ui::callback
[−]
[src]
Traits for notifying client code when the state of a KISS-UI widget is updated.
Enums
CallbackStatus |
Set this within a callback to tell the framework if it should close or not. |
Traits
Callback | |
OnClick |
A trait describing a widget that can be clicked, and can notify client code when this occurs. |
OnShow |
A trait describing a widget that can be shown, and can notify client code when this occurs. |
OnValueChange |
A trait describing a widget which has a value that can be changed by the user, and can notify client code when this occurs. |