dzl-child-property-action
dzl-child-property-action
|
|
Object Hierarchy
GObject
╰── DzlChildPropertyAction
Implemented Interfaces
DzlChildPropertyAction implements
GAction.
Functions
dzl_child_property_action_new ()
GAction *
dzl_child_property_action_new (const gchar *name
,
GtkContainer *container
,
GtkWidget *child
,
const gchar *child_property_name
);
This creates a new GAction that will change when the underlying child
property of container
changes for child
.
Types and Values
DZL_TYPE_CHILD_PROPERTY_ACTION
#define DZL_TYPE_CHILD_PROPERTY_ACTION (dzl_child_property_action_get_type())
DzlChildPropertyAction
typedef struct _DzlChildPropertyAction DzlChildPropertyAction;
Property Details
The “child”
property
“child” GtkWidget *
The child widget.
Flags: Read
The “child-property-name”
property
“child-property-name” gchar *
The name of the child property.
Flags: Read
Default value: NULL
The “container”
property
“container” GtkContainer *
The container widget.
Flags: Read