Package ch.bailu.gtk.gtk
Interface Notebook.OnSwitchPage
- Enclosing class:
- Notebook
- 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
onSwitchPage
(Widget page, int page_num) Emitted when the user or a function changes the current page.
-
Method Details
-
onSwitchPage
Emitted when the user or a function changes the current page.- Parameters:
page
- the new current pagepage_num
- the index of the page
-