Method
AdapApplicationWindowget_visible_dialog
since: 1.5
Declaration [src]
AdapDialog*
adap_application_window_get_visible_dialog (
AdapApplicationWindow* self
)
Description [src]
Returns the currently visible dialog in self
, if there’s one.
Available since: 1.5
Gets property | Adap.ApplicationWindow:visible-dialog |
Return value
Type: AdapDialog
The visible dialog.
The data is owned by the instance. |
The return value can be NULL . |