Documentation ¶
Overview ¶
Package semantic provides operations for semantic descriptions of a user interface, to facilitate presentation and interaction in external software such as screen readers.
Semantic descriptions are organized in a tree, with clip operations as nodes. Operations in this package are associated with the current semantic node, that is the most recent pushed clip operation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescriptionOp ¶
type DescriptionOp string
DescriptionOp describes a component.
func (DescriptionOp) Add ¶
func (d DescriptionOp) Add(o *op.Ops)
type DisabledOp ¶
type DisabledOp bool
DisabledOp describes the disabled state.
func (DisabledOp) Add ¶
func (d DisabledOp) Add(o *op.Ops)
type SelectedOp ¶
type SelectedOp bool
SelectedOp describes the selected state for components that have boolean state.
func (SelectedOp) Add ¶
func (s SelectedOp) Add(o *op.Ops)
Click to show internal directories.
Click to hide internal directories.