is_transferring_page


Description:

public bool is_transferring_page { get; }

Whether a page is being transferred.

This property will be set to `TRUE` when a drag-n-drop tab transfer starts on any [class@TabView], and to `FALSE` after it ends.

During the transfer, children cannot receive pointer input and a tab can be safely dropped on the tab view.