ChildPropertyAction.this

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

  1. this(DzlChildPropertyAction* dzlChildPropertyAction, bool ownedRef = false)
  2. this(string name, Container container, Widget child, string childPropertyName)
    class ChildPropertyAction
    this
    (
    string name
    ,
    Container container
    ,
    Widget child
    ,
    )

Parameters

name
Type: string

the name of the action

container
Type: Container

the container of the widget

child
Type: Widget

the widget for the child property

childPropertyName
Type: string

the name of the child property

Return Value

A new #DzlChildPropertyAction.

Throws

ConstructionException GTK+ fails to create the object.

Meta