Signal
GtkNotebook::page-removed
Declaration
void
page_removed (
  GtkNotebook* self,
  GtkWidget* child,
  guint page_num,
  gpointer user_data
)
Description [src]
The ::page-removed signal is emitted in the notebook right after a page is removed from the notebook.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- child
- 
            Type: GtkWidgetThe child GtkWidgetaffected.The data is owned by the caller of the function. 
- page_num
- 
            Type: guintThe childpage number.