Gtk.FixedLayoutChild

g GObject.Object GObject.Object Gtk.LayoutChild Gtk.LayoutChild GObject.Object->Gtk.LayoutChild Gtk.FixedLayoutChild Gtk.FixedLayoutChild Gtk.LayoutChild->Gtk.FixedLayoutChild

Subclasses:

None

Methods

Inherited:

Gtk.LayoutChild (2), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_transform ()

set_transform (transform)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

Gtk.LayoutChild (2)

Name

Type

Flags

Short Description

transform

Gsk.Transform

r/w/en

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Gtk.FixedLayoutChild(**kwargs)
Bases:

Gtk.LayoutChild

Abstract:

No

Structure:

Gtk.FixedLayoutChildClass

GtkLayoutChild subclass for children in a GtkFixedLayout.

get_transform()[source]
Returns:

a GskTransform

Return type:

Gsk.Transform or None

Retrieves the transformation of the child.

set_transform(transform)[source]
Parameters:

transform (Gsk.Transform) – a GskTransform

Sets the transformation of the child of a GtkFixedLayout.

Property Details

Gtk.FixedLayoutChild.props.transform
Name:

transform

Type:

Gsk.Transform

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The transform of the child.