enum Protocol::Accessibility::AXValueNativeSourceType

Overview

Enum of possible native property sources (as a subtype of a particular AXValueSourceType).

Defined in:

protocol/accessibility.cr

Enum Members

Description = 0
Figcaption = 1
Label = 2
Labelfor = 3
Labelwrapped = 4
Legend = 5
Rubyannotation = 6
Tablecaption = 7
Title = 8
Other = 9

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def description? #

[View source]
def figcaption? #

[View source]
def label? #

[View source]
def labelfor? #

[View source]
def labelwrapped? #

[View source]
def legend? #

[View source]
def other? #

[View source]
def rubyannotation? #

[View source]
def tablecaption? #

[View source]
def title? #

[View source]