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 430
430:         def pre_build
431:           
432:           self.Ff ||= 0
433:           self.Ff |= Button::Flags::PUSHBUTTON
434:           
435:           super
436:         end

[Validate]