TabView.closePageFinish

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 signalTabView::close-page is used.

class TabView
void
closePageFinish

Parameters

page adw.tab_page.TabPage

a page of self

confirm bool

whether to confirm or deny closing page