Method: TkTextTag#cget_strict

Defined in:
lib/tk/texttag.rb

#cget_strict(key) ⇒ Object



139
140
141
# File 'lib/tk/texttag.rb', line 139

def cget_strict(key)
  @t.tag_cget_strict @id, key
end