enum Adw::InlineViewSwitcherDisplayMode

Overview

Describes what #InlineViewSwitcher toggles display.

inline-view-switcher-display-modes

Defined in:

lib/gi-crystal/src/auto/adw-1/adw.cr

Enum Members

Labels = 0_u32

Toggles only display labels.

Icons = 1_u32

Toggles only display icons.

Both = 2_u32

Toggles display both icons and labels.

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def both? #

def icons? #

def labels? #