DialogPresentationMode

Added in version 1.5.

class DialogPresentationMode

Describes the available presentation modes for Dialog.

New values may be added to this enumeration over time.

See presentation_mode.

Fields

class DialogPresentationMode
AUTO

Switch between ADW_DIALOG_FLOATING and ADW_DIALOG_BOTTOM_SHEET depending on available size.

BOTTOM_SHEET

Present dialog as a bottom sheet.

FLOATING

Present dialog as a centered floating window.