Package ch.bailu.gtk.gtk
Interface Notebook.OnPageAdded
- 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
onPageAdded
(Widget child, int page_num) the ::page-added signal is emitted in the notebook
right after a page is added to the notebook.
-
Method Details
-
onPageAdded
the ::page-added signal is emitted in the notebook
right after a page is added to the notebook.- Parameters:
child
- the child `GtkWidget` affectedpage_num
- the new page number for @child
-