class Origami::Template::MultiLineEdit
def initialize(id, x:, y:, width:, height:)
def initialize(id, x:, y:, width:, height:) super(id, x: x, y: y, width: width, height: height) self.Ff ||= 0 self.Ff |= Annotation::Widget::Text::Flags::MULTILINE end