ChildPropertyAction

Constructors

this
this(DzlChildPropertyAction* dzlChildPropertyAction, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this(string name, Container container, Widget child, string childPropertyName)

This creates a new #GAction that will change when the underlying child property of @container changes for @child.

Members

Functions

getChildPropertyActionStruct
DzlChildPropertyAction* getChildPropertyActionStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Mixins

__anonymous
mixin ActionT!(DzlChildPropertyAction)
Undocumented in source.

Static functions

getType
GType getType()

Variables

dzlChildPropertyAction
DzlChildPropertyAction* dzlChildPropertyAction;

the main Gtk struct

Meta