Method: GGLib::TextBox#text=

Defined in:
lib/ext/widgets.rb

#text=(val) ⇒ Object



278
279
280
281
# File 'lib/ext/widgets.rb', line 278

def text=(val)
  val=val.slice(0,12) if val.size>12
  @textinput.text = val
end