Gnome::Gtk4::OverlayLayoutChild
#------------------------------------------------------------------------------- #--[Class Description]---------------------------------------------------------- #-------------------------------------------------------------------------------
Description
Gnome::Gtk4::LayoutChild subclass for children in a Gnome::Gtk4::OverlayLayout.
Uml Diagram =for image :src<asset_files/images/plantuml/OverlayLayoutChild.png> :width<70%> :class<inline>
#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------
Class initialization
new
:native-object
Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.
multi method new ( N-Object() :$native-object! )
#------------------------------------------------------------------------------- #--[Methods]-------------------------------------------------------------------- #-------------------------------------------------------------------------------
Methods
#-------------------------------------------------------------------------------
get-clip-overlay
Retrieves whether the child is clipped.
method get-clip-overlay (--> Bool )
Return value; whether the child is clipped.
#-------------------------------------------------------------------------------
get-measure
Retrieves whether the child is measured.
method get-measure (--> Bool )
Return value; whether the child is measured.
#-------------------------------------------------------------------------------
set-clip-overlay
Sets whether to clip this child.
method set-clip-overlay ( Bool() $clip-overlay )
$clip-overlay; whether to clip this child.
#-------------------------------------------------------------------------------
set-measure
Sets whether to measure this child.
method set-measure ( Bool() $measure )
$measure; whether to measure this child.