Method: TkTextImage#cget
- Defined in:
- lib/tk/textimage.rb
#cget(slot) ⇒ Object
52 53 54 |
# File 'lib/tk/textimage.rb', line 52 def cget(slot) @t.image_cget(@index, slot) end |
52 53 54 |
# File 'lib/tk/textimage.rb', line 52 def cget(slot) @t.image_cget(@index, slot) end |