About my projects, examples and tutorials
Gnome::Gtk4::FixedLayoutChild

Gnome::Gtk4::FixedLayoutChild

Description§

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

Uml Diagram§

UNKNOWN image§

=for image :class<inline> :src<asset_files/images/plantuml/FixedLayoutChild.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-transform§

Retrieves the transformation of the child.

method get-transform (--> N-Object )
Code

Return value; a Gnome::Gsk4::N-Transform.

set-transform§

Sets the transformation of the child of a Gnome::Gtk4::FixedLayout.

method set-transform ( N-Object $transform )
Code
  • $transform; a Gnome::Gsk4::N-Transform