Package ch.bailu.gtk.adw
Interface TabView.OnPageAttached
- 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
onPageAttached
(TabPage page, int position) Emitted when a page has been created or transferred to @self.
-
Method Details
-
onPageAttached
Emitted when a page has been created or transferred to @self.
A typical reason to connect to this signal would be to connect to page
signals for things such as updating window title.- Parameters:
page
- a page of @selfposition
- the position of the page, starting from 0
-