close_page_finish


Description:

public void close_page_finish (TabPage page, bool confirm)

Completes a [method@TabView.

close_page] call for page.

If confirm is `TRUE`, page will be closed. If it's `FALSE`, ite will be reverted to its previous state and [ method@TabView.close_page] can be called for it again.

This function should not be called unless a custom handler for [signal@TabView:HdyTabView:close-page] is used.

Parameters:

this

a tab view

page

a page of this

confirm

whether to confirm or deny closing page