Method: Tk::BLT::Htext#append

Defined in:
lib/tkextlib/blt/htext.rb

#append(win, keys = {}) ⇒ Object



35
36
37
38
# File 'lib/tkextlib/blt/htext.rb', line 35

def append(win, keys={})
  tk_send('append', _epath(win), keys)
  self
end