Gnome::Gtk4::OverlayLayoutChild
Table of Contents
Description§
Gnome::Gtk4::LayoutChild subclass for children in a Gnome::Gtk4::OverlayLayout.
Uml Diagram§
UNKNOWN image§
=for image :class<inline> :src<asset_files/images/plantuml/OverlayLayoutChild.png> :width<70\%>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! )
Code
Methods§
get-clip-overlay§
Retrieves whether the child is clipped.
method get-clip-overlay (--> Bool )
Code
Return value; whether the child is clipped.
get-measure§
Retrieves whether the child is measured.
method get-measure (--> Bool )
Code
Return value; whether the child is measured.
set-clip-overlay§
Sets whether to clip this child.
method set-clip-overlay ( Bool() $clip-overlay )
Code
- $clip-overlay; whether to clip this child.
set-measure§
Sets whether to measure this child.
method set-measure ( Bool() $measure )
Code
- $measure; whether to measure this child.
About my projects, examples and tutorials