Inscription.this

Creates a new gtk.inscription.Inscription with the given text.

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

Parameters

text string

The text to display.

Return Value