Method: TkTextImage#configure
- Defined in:
- lib/tk/textimage.rb
#configure(slot, value = None) ⇒ Object
60 61 62 63 |
# File 'lib/tk/textimage.rb', line 60 def configure(slot, value=None) @t.image_configure(@index, slot, value) self end |