Method: TkTextWindow#cget

Defined in:
ext/lib/tk/textwindow.rb

#cget(slot) ⇒ Object



72
73
74
# File 'ext/lib/tk/textwindow.rb', line 72

def cget(slot)
  @t.window_cget(@index, slot)
end