Method: Tk::Text#image_names
- Defined in:
- lib/tk/text.rb
#image_names ⇒ Object
577 578 579 580 581 582 |
# File 'lib/tk/text.rb', line 577 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 |