signal callback delegate or function to connect
void callback(adw.tab_page.TabPage page, int position, adw.tab_view.TabView tabView)
page a page of self (optional)
position the position page was moved to, starting at 0 (optional)
tabView 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 PageReordered signal.
Emitted after page has been reordered to position.