enum Tput::Namespace::TextInteractionFlag

Defined in:

tput/namespace.cr

Enum Members

NoTextInteraction = 0
TextSelectableByMouse = 1
TextSelectableByKeyboard = 2
LinksAccessibleByMouse = 4
LinksAccessibleByKeyboard = 8
TextEditable = 16
TextEditorInteraction = 19
TextBrowserInteraction = 13

Instance Method Summary

Instance Method Detail

def links_accessible_by_keyboard? #

[View source]
def links_accessible_by_mouse? #

[View source]
def no_text_interaction? #

[View source]
def none? #

[View source]
def text_browser_interaction? #

[View source]
def text_editable? #

[View source]
def text_editor_interaction? #

[View source]
def text_selectable_by_keyboard? #

[View source]
def text_selectable_by_mouse? #

[View source]