Enumeration

AdapDialogPresentationMode

since: 1.5

Declaration

enum Adap.DialogPresentationMode

Description [src]

Describes the available presentation modes for AdapDialog.

New values may be added to this enumeration over time.

See AdapDialog:presentation-mode.

Available since: 1.5

Members

ADAP_DIALOG_AUTO

Switch between ADAP_DIALOG_FLOATING and ADAP_DIALOG_BOTTOM_SHEET depending on available size.

  • Value: 0
  • Nickname: auto
  • Available since: 1.5
ADAP_DIALOG_FLOATING

Present dialog as a centered floating window.

  • Value: 1
  • Nickname: floating
  • Available since: 1.5
ADAP_DIALOG_BOTTOM_SHEET

Present dialog as a bottom sheet.

  • Value: 2
  • Nickname: bottom-sheet
  • Available since: 1.5