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 child page number (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 PageRemoved signal.
the ::page-removed signal is emitted in the notebook right after a page is removed from the notebook.