Method: TkPhotoImage#data
- Defined in:
- lib/tk/image.rb
#data(keys = {}) ⇒ Object
204 205 206 207 |
# File 'lib/tk/image.rb', line 204 def data(keys={}) #tk_send('data', *_photo_hash_kv(keys)) tk_split_list(tk_send('data', *_photo_hash_kv(keys))) end |