Enumeration

AdwDialogPresentationMode

Declaration

enum Adw.DialogPresentationMode

Description [src]

Describes the available presentation modes for AdwDialog.

New values may be added to this enumeration over time.

See AdwDialog:presentation-mode.

Available since:1.5

Members

Name Description
ADW_DIALOG_AUTO

Switch between ADW_DIALOG_FLOATING and ADW_DIALOG_BOTTOM_SHEET depending on available size.

ADW_DIALOG_FLOATING

Present dialog as a centered floating window.

ADW_DIALOG_BOTTOM_SHEET

Present dialog as a bottom sheet.