76 77 78 79
# File 'lib/tk/textimage.rb', line 76 def image img = tk_call_without_enc(@t.path, 'image', 'cget', @index, '-image') TkImage::Tk_IMGTBL[img]? TkImage::Tk_IMGTBL[img] : img end