Gtk.Notebook::page-reordered
function callback(notebook, child:Gtk.Widget, page_num:Number, ):void;
the ::page-reordered signal is emitted in the notebook right after a page has been reordered.
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