Module Origami::Annotation::Widget::Choice::Flags
In: sources/parser/annotations.rb

Constants

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

[Validate]