Methods

Class/Module Index [+]

Quicksearch

Origami::Annotation::Widget::Radio

Public Instance Methods

pre_build() click to toggle source
# File lib/origami/annotations.rb, line 674
def pre_build
  
  self.Ff ||= 0
  
  self.Ff &= ~Button::Flags::PUSHBUTTON
  self.Ff |= Button::Flags::RADIO
  
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.