Package ch.bailu.gtk.gtk
Interface Widget.OnStateFlagsChanged
- Enclosing class:
- Widget
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStateFlagsChanged
(int flags) Emitted when the widget state changes.
-
Method Details
-
onStateFlagsChanged
void onStateFlagsChanged(int flags) Emitted when the widget state changes.
See [method@Gtk.Widget.get_state_flags].- Parameters:
flags
- The previous state flags.
-