page_removed
Description:
public signal void page_removed (
Widget child,
uint page_num)
the page_removed signal is emitted in the notebook right after a page is removed from the notebook.
Parameters:
child |
the child `GtkWidget` affected
|
page_num |
the child page number
|