Signal
Gtk.Notebook::page-added
Declaration
void
page_added (
  GtkNotebook self,
  GtkWidget* child,
  guint page_num,
  gpointer user_data
)
Description [src]
the ::page-added signal is emitted in the notebook right after a page is added to the notebook.
| Default handler: | The default handler is called after the handlers added via  | 
Parameters
| child | GtkWidget | 
| the child  | |
| Ownership is not transferred to the callee | |
| page_num | guint | 
| the new page number for  |