Method: TkItemConfigMethod#itemcget_strict

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

#itemcget_strict(tagOrId, option) ⇒ Object



268
269
270
271
# File 'ext/lib/tk/itemconfig.rb', line 268

def itemcget_strict(tagOrId, option)
  # never use TkItemConfigMethod.__IGNORE_UNKNOWN_CONFIGURE_OPTION__
  __itemcget_core(tagOrId, option)
end