enum Adw::TabViewShortcuts

Overview

Flags

Defined in:

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

Enum Members

ControlTab = 1_u32
ControlShiftTab = 2_u32
ControlPageUp = 4_u32
ControlPageDown = 8_u32
ControlHome = 16_u32
ControlEnd = 32_u32
ControlShiftPageUp = 64_u32
ControlShiftPageDown = 128_u32
ControlShiftHome = 256_u32
ControlShiftEnd = 512_u32
AltDigits = 1024_u32
AltZero = 2048_u32
AllShortcuts = 4095_u32

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 all_shortcuts? #

def alt_digits? #

def alt_zero? #

def control_end? #

def control_home? #

def control_page_down? #

def control_page_up? #

def control_shift_end? #

def control_shift_home? #

def control_shift_page_down? #

def control_shift_page_up? #

def control_shift_tab? #

def control_tab? #

def none? #