enum Adw::DialogPresentationMode
 
  Overview
Describes the available presentation modes for #Dialog.
New values may be added to this enumeration over time.
See [property@Dialog:presentation-mode].
Defined in:
lib/gi-crystal/src/auto/adw-1/adw.crEnum Members
- 
        Auto = 0_u32
- 
        Switch between ADW_DIALOG_FLOATINGandADW_DIALOG_BOTTOM_SHEETdepending on available size.
- 
        Floating = 1_u32
- 
        Present dialog as a centered floating window. 
- 
        BottomSheet = 2_u32
- 
        Present dialog as a bottom sheet. 
Class Method Summary
- 
        .g_type : UInt64
        
          Returns the type id (GType) registered in GLib type system.