Package ch.bailu.gtk.gtk
Interface CheckButton.OnActivate
- Enclosing class:
- CheckButton
- 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
Emitted to when the check button is activated.
-
Method Details
-
onActivate
void onActivate()Emitted to when the check button is activated.
The `::activate` signal on `GtkCheckButton` is an action signal and
emitting it causes the button to animate press then release.
Applications should never connect to this signal, but use the
[signal@Gtk.CheckButton::toggled] signal.
-