Method: Tk::BLT::PlotComponent#legend_activate

Defined in:
lib/tkextlib/blt/component.rb

#legend_activate(*pats) ⇒ Object



1804
1805
1806
1807
1808
1809
# File 'lib/tkextlib/blt/component.rb', line 1804

def legend_activate(*pats)
  list(tk_send('legend', 'activate',
               *(pats.collect{|pat| tagid(pat)}))).collect{|elem|
    Tk::BLT::PlotComponent::Element.id2obj(self, elem)
  }
end