Class Origami::Annotation::Widget::CheckBox
In: sources/parser/annotations.rb
Parent: Button

Methods

pre_build  

Public Instance methods

[Source]

     # File sources/parser/annotations.rb, line 526
526:         def pre_build
527:           
528:           self.Ff ||= 0
529:           
530:           self.Ff &= ~Button::Flags::RADIO
531:           self.Ff &= ~Button::Flags::PUSHBUTTON
532:           
533:           super
534:         end

[Validate]