Method: TkTextTagConfig#window_cget_strict

Defined in:
lib/tk/text.rb

#window_cget_strict(tagOrId, option) ⇒ Object



57
58
59
# File 'lib/tk/text.rb', line 57

def window_cget_strict(tagOrId, option)
  itemcget_strict(['window', tagOrId], option)
end