class Origami::Annotation::Widget::ListBox

Public Instance Methods

pre_build() click to toggle source
Calls superclass method
# File lib/origami/annotations.rb, line 735
def pre_build
    self.Ff ||= 0
    self.Ff &= ~Choice::Flags::COMBO 
  
    super
end