Gtk.FixedLayoutChild¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gtk.FixedLayoutChild(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GtkLayoutChild
subclass for children in aGtkFixedLayout
.- get_transform()[source]¶
- Returns:
a
GskTransform
- Return type:
Retrieves the transformation of the child.
- set_transform(transform)[source]¶
- Parameters:
transform (
Gsk.Transform
) – aGskTransform
Sets the transformation of the child of a
GtkFixedLayout
.
Property Details¶
- Gtk.FixedLayoutChild.props.transform¶
- Name:
transform
- Type:
- Default Value:
- Flags:
The transform of the child.