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

Methods

pre_build  

Public Instance methods

[Source]

     # File sources/parser/annotations.rb, line 514
514:         def pre_build
515:           
516:           self.Ff ||= 0
517:           self.Ff |= Button::Flags::PUSHBUTTON
518:           
519:           super
520:         end

[Validate]