Method

AdapDialogpresent

since: 1.5

Declaration [src]

void
adap_dialog_present (
  AdapDialog* self,
  GtkWidget* parent
)

Description [src]

Presents self within parents window.

If self is already shown, raises it to the top instead.

If the window is an AdapWindow or AdapApplicationWindow, the dialog will be shown within it. Otherwise, it will be a separate window.

Available since: 1.5

Parameters

parent

Type: GtkWidget

A widget within the toplevel.

The argument can be NULL.
The data is owned by the caller of the method.