Dazzle.ChildPropertyAction¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The child widget |
||
r |
The name of the child property |
||
r |
The container widget |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Dazzle.ChildPropertyAction(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(name, container, child, child_property_name)¶
- Parameters:
name (
str
) – the name of the actioncontainer (
Gtk.Container
) – the container of the widgetchild (
Gtk.Widget
) – the widget for the child propertychild_property_name (
str
) – the name of the child property
- Returns:
A new
Dazzle.ChildPropertyAction
.- Return type:
This creates a new
Gio.Action
that will change when the underlying child property of container changes for child.
Property Details¶
- Dazzle.ChildPropertyAction.props.child¶
- Name:
child
- Type:
- Default Value:
- Flags:
The child widget
- Dazzle.ChildPropertyAction.props.child_property_name¶
-
The name of the child property
- Dazzle.ChildPropertyAction.props.container¶
- Name:
container
- Type:
- Default Value:
- Flags:
The container widget