About all my projects
Gnome::Gtk4::OverlayLayoutChild

Gnome::Gtk4::OverlayLayoutChild

Description

Gnome::Gtk4::LayoutChild subclass for children in a Gnome::Gtk4::OverlayLayout.

Class initialization

new

:native-object

Create an object using a native object from elsewhere. See also Gnome::N::TopLevelSupportClass.

multi method new ( N-Object :$native-object! )

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.