:right-sidebar: True DialogPresentationMode =================================================================== .. currentmodule:: gi.repository.Adw .. versionadded:: 1.5 .. class:: DialogPresentationMode :no-contents-entry: Describes the available presentation modes for :obj:`~gi.repository.Adw.Dialog`. New values may be added to this enumeration over time. See :obj:`~gi.repository.Adw.Dialog.props.presentation_mode`. Fields ------ .. rst-class:: interim-class .. class:: DialogPresentationMode :no-index: .. attribute:: AUTO Switch between ``ADW_DIALOG_FLOATING`` and ``ADW_DIALOG_BOTTOM_SHEET`` depending on available size. .. attribute:: BOTTOM_SHEET Present dialog as a bottom sheet. .. attribute:: FLOATING Present dialog as a centered floating window.