page_added
Description:
public signal void page_added (
Widget child,
uint page_num)
the page_added signal is emitted in the notebook right after a page is added to the notebook.
Parameters:
child |
the child `GtkWidget` affected
|
page_num |
the new page number for child
|