Module: Origami::Annotation::Widget::Button::Flags

Defined in:
lib/origami/annotations.rb

Constant Summary collapse

NOTOGGLETOOFF =
1 << 14
RADIO =
1 << 15
PUSHBUTTON =
1 << 16
RADIOSINUNISON =
1 << 26