Method: TkComposite#cget_tkstring

Defined in:
lib/tk/composite.rb

#cget_tkstring(slot) ⇒ Object



237
238
239
240
241
242
243
# File 'lib/tk/composite.rb', line 237

def cget_tkstring(slot)
  if (ret = __cget_delegates(slot)) == None
    super(slot)
  else
    _get_eval_string(ret)
  end
end