Method: Tk::Vu::Pie#tagid

Defined in:
lib/tkextlib/vu/pie.rb

#tagid(tag) ⇒ Object



50
51
52
53
54
55
56
57
# File 'lib/tkextlib/vu/pie.rb', line 50

def tagid(tag)
  if tag.kind_of?(Tk::Vu::PieSlice)
    tag.id
  else
    # tag
    _get_eval_string(tag)
  end
end