Enumeration (GI Enum)

Adw-1AdwDialogPresentationModeSince 1.5

Describes the available presentation modes for Dialog.

New values may be added to this enumeration over time.

See Dialog.presentation_mode.

1.5

Index

Enumeration Members

Enumeration Members

AUTO: number

Switch between ADW_DIALOG_FLOATING and ADW_DIALOG_BOTTOM_SHEET depending on available size.

BOTTOM_SHEET: number

Present dialog as a bottom sheet.

FLOATING: number

Present dialog as a centered floating window.