Gtk.Notebook::page-added

function callback(notebook, child:Gtk.Widget, page_num:Number, ):void;

the ::page-added signal is emitted in the notebook right after a page is added to the notebook.

Since 2.10

notebook

instance of Gtk.Notebook that is emitting the signal

child

the child Gtk.Widget affected

page_num

the new page number for child