EditableLabel.this

Creates a new GtkEditableLabel widget.

  1. this(GtkEditableLabel* gtkEditableLabel, bool ownedRef)
  2. this(string str)
    class EditableLabel
    this
    (
    string str
    )

Parameters

str string

the text for the label

Return Value

the new GtkEditableLabel

Throws

ConstructionException GTK+ fails to create the object.

Meta