[ CCode ( type_id = "clapper_gtk_lead_container_get_type ()" ) ]
public class LeadContainer : Container, Accessible, Buildable, ConstraintTarget
A Container that can take priority in user interactions with the Video.
LeadContainer is a special type of [class@ClapperGtk.Container] that can lead in interaction events. When "leading", it is assumed that user interactions over it which would normally trigger actions can be blocked/ignored when set in mask of actions that this widget should block.
This kind of container is useful when creating some statically visible overlays covering top of [class@ClapperGtk.Video] that you want to take priority instead of triggering default actions such as toggle play on click or revealing fading overlays.
For more info how container widget works see [class@ClapperGtk.Container] documentation.