Frame.this

Creates a new #GtkFrame, 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 #GtkFrame widget