TabView.closePageFinish
void closePageFinish(adw.tab_page.TabPage page, bool confirm)Completes a adw.tab_view.TabView.closePage call for page.
If confirm is TRUE, page will be closed. If it's FALSE, it will be reverted to its previous state and adw.tab_view.TabView.closePage can be called for it again.
This function should not be called unless a custom handler for adw.tab_view.TabView.closePage is used.
Parameters
page | a page of self |
confirm | whether to confirm or deny closing page |