Module: Origami::Annotation::Widget::Choice::Flags

Defined in:
lib/origami/annotations.rb

Constant Summary collapse

COMBO =
1 << 17
EDIT =
1 << 18
SORT =
1 << 19
MULTISELECT =
1 << 21
DONOTSPELLCHECK =
1 << 22
COMMITONSELCHANGE =
1 << 26