Toast.this

Creates a new adw.toast.Toast.

The toast will use title as its title.

title can be marked up with the Pango text markup language.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string title)
    class Toast
    this
    (
    string title
    )

Parameters

title string

the title to be displayed

Return Value

the new created adw.toast.Toast