Method: Tk::Text#image_names
- Defined in:
- ext/lib/tk/text.rb
#image_names ⇒ Object
570 571 572 573 574 575 |
# File 'ext/lib/tk/text.rb', line 570 def image_names #tk_split_simplelist(_fromUTF8(tk_send_without_enc('image', 'names'))).collect{|elt| tk_split_simplelist(tk_send_without_enc('image', 'names'), false, true).collect{|elt| tagid2obj(elt) } end |