page_added
Description:
public virtual signal void page_added (
Widget p0,
uint p1)
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
|