Package ch.bailu.gtk.adw
Interface TabView.OnIndicatorActivated
- Enclosing class:
- TabView
- 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
onIndicatorActivated
(TabPage page) Emitted after the indicator icon on @page has been activated.
-
Method Details
-
onIndicatorActivated
Emitted after the indicator icon on @page has been activated.
See [property@TabPage:indicator-icon] and
[property@TabPage:indicator-activatable].- Parameters:
page
- a page of @self
-