Class
GtkFixedLayoutChild
Description [src]
final class Gtk.FixedLayoutChild : Gtk.LayoutChild {
/* No available fields */
}
GtkLayoutChild
subclass for children in a GtkFixedLayout
.
Instance methods
gtk_fixed_layout_child_get_transform
Retrieves the transformation of the child.
gtk_fixed_layout_child_set_transform
Sets the transformation of the child of a GtkFixedLayout
.
Methods inherited from GtkLayoutChild (2)
gtk_layout_child_get_child_widget
Retrieves the GtkWidget
associated to the given layout_child
.
gtk_layout_child_get_layout_manager
Retrieves the GtkLayoutManager
instance that created the
given layout_child
.
Properties
Gtk.FixedLayoutChild:transform
The transform of the child.
Properties inherited from GtkLayoutChild (2)
Gtk.LayoutChild:child-widget
The widget that is associated to the GtkLayoutChild
instance.
Gtk.LayoutChild:layout-manager
The layout manager that created the GtkLayoutChild
instance.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.