Method: Tk::Iwidgets::Scrolledtext#image_cget_tkstring

Defined in:
lib/tkextlib/iwidgets/scrolledtext.rb

#image_cget_tkstring(index, slot) ⇒ Object



120
121
122
123
# File 'lib/tkextlib/iwidgets/scrolledtext.rb', line 120

def image_cget_tkstring(index, slot)
  _fromUTF8(tk_send_without_enc('image', 'cget',
                                _get_eval_enc_str(index), "-#{slot.to_s}"))
end