Method: TkTextImage#image=

Defined in:
lib/tk/textimage.rb

#image=(value) ⇒ Object



81
82
83
84
85
86
# File 'lib/tk/textimage.rb', line 81

def image=(value)
  tk_call_without_enc(@t.path, 'image', 'configure', @index, '-image',
                      _get_eval_enc_str(value))
  #self
  value
end