Frame.this

Creates a new gtk.frame.Frame, with optional label label.

If label is null, the label is omitted.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string label)
    class Frame
    this
    (
    string label = null
    )

Parameters

label string

the text to use as the label of the frame

Return Value

a new gtk.frame.Frame widget