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 442
442:         def pre_build
443:           
444:           self.Ff ||= 0
445:           
446:           self.Ff &= ~Button::Flags::RADIO
447:           self.Ff &= ~Button::Flags::PUSHBUTTON
448:           
449:           super
450:         end

[Validate]