Dialog.this

Creates a new dialog box.

Widgets should not be packed into the gtk.window.Window directly, but into the content_area and action_area, as described above.

More...
  1. this(void* ptr, Flag!"Take" take)
  2. this()
    class Dialog
    this
    ()

Return Value

the new dialog as a gtk.widget.Widget

Detailed Description

Deprecated: Use gtk.window.Window instead