Value | Meaning |
---|---|
Auto0 | Switch between adw.types.DialogPresentationMode.Floating and adw.types.DialogPresentationMode.BottomSheet depending on available size. |
Floating1 | Present dialog as a centered floating window. |
BottomSheet2 | Present dialog as a bottom sheet. |
Describes the available presentation modes for class@Dialog.
New values may be added to this enumeration over time.
See property@Dialog:presentation-mode.