Gnome::Gtk4::FixedLayoutChild
#------------------------------------------------------------------------------- #--[Class Description]---------------------------------------------------------- #-------------------------------------------------------------------------------
=begin rakudoc
Description
Gnome::Gtk4::LayoutChild subclass for children in a Gnome::Gtk4::FixedLayout.
Uml Diagram
=end rakudoc
#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------
=begin rakudoc
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! )
=end rakudoc
#------------------------------------------------------------------------------- #--[Methods]-------------------------------------------------------------------- #-------------------------------------------------------------------------------
=begin rakudoc
Methods =end rakudoc
#------------------------------------------------------------------------------- =begin rakudoc
get-transform
Retrieves the transformation of the child.
method get-transform (--> N-Object )
Return value; a Gnome::Gsk4::N-Transform.
=end rakudoc
#------------------------------------------------------------------------------- =begin rakudoc
set-transform
Sets the transformation of the child of a Gnome::Gtk4::FixedLayout.
method set-transform ( N-Object $transform )
$transform; a Gnome::Gsk4::N-Transform
=end rakudoc