Gtk.Notebook::page-removed

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

the ::page-removed signal is emitted in the notebook right after a page is removed from the notebook.

Since 2.10

notebook

instance of Gtk.Notebook that is emitting the signal

child

the child Gtk.Widget affected

page_num

the child page number