enum

Tput::Namespace::ShortcutContext

Inherits Enum / Comparable / Value / Object

Constants

WidgetShortcut = 0
WindowShortcut = 1
ApplicationShortcut = 2
WidgetWithChildrenShortcut = 3

Instance methods

application_shortcut?

Returns true if this enum value equals ApplicationShortcut

Source
widget_shortcut?

Returns true if this enum value equals WidgetShortcut

Source
widget_with_children_shortcut?

Returns true if this enum value equals WidgetWithChildrenShortcut

Source
window_shortcut?

Returns true if this enum value equals WindowShortcut

Source