signal callback delegate or function to connect
void callback(gtk.widget.Widget child, uint pageNum, gtk.notebook.Notebook notebook)
child the child gtk.widget.Widget affected (optional)
pageNum the new page number for child (optional)
notebook the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to PageAdded signal.
the ::page-added signal is emitted in the notebook right after a page is added to the notebook.