Dialog.this

Both title and parent can be null.

  1. this(GtkDialog* gtkDialog, bool ownedRef)
  2. this(string title, Window parent, GtkDialogFlags flags, string[] buttonsText, ResponseType[] responses)
    class Dialog
    this
    (
    string title
    ,,,
    string[] buttonsText
    ,
    ResponseType[] responses
    )
  3. this(string title, Window parent, GtkDialogFlags flags, StockID[] stockIDs, ResponseType[] responses)
  4. this()