Frame.this

Creates a new GtkFrame, with optional label label. If label is NULL, the label is omitted.

  1. this(GtkFrame* gtkFrame)
  2. this(Widget widget, string label)
  3. this(string label)
    class Frame
    this
    (
    string label
    )

Parameters

label string

the text to use as the label of the frame. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta