Frame.this

Creates a new GtkFrame, with optional label @label.

If @label is %NULL, the label is omitted.

  1. this(GtkFrame* gtkFrame, bool ownedRef)
  2. this(string label)
    class Frame
    this
    (
    string label
    )

Parameters

label string

the text to use as the label of the frame

Return Value

a new GtkFrame widget

Throws

ConstructionException GTK+ fails to create the object.

Meta