Dialog.present
void present(gtk.widget.Widget parent = null)Presents self within parent's window.
If self is already shown, raises it to the top instead.
If the window is an adw.window.Window or adw.application_window.ApplicationWindow, the dialog will be shown within it. Otherwise, it will be a separate window.
Parameters
parent | a widget within the toplevel |