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)
  2. this(string name, Container container, Widget child, string childPropertyName)
    class ChildPropertyAction
    this
    (
    string name
    ,
    Container container
    ,
    Widget child
    ,)

Parameters

name string

the name of the action

container Container

the container of the widget

child Widget

the widget for the child property

childPropertyName string

the name of the child property

Return Value

A new #DzlChildPropertyAction.

Throws

ConstructionException GTK+ fails to create the object.

Meta