Method: Tk::BLT::PlotComponent#line_bind

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

#line_bind(tag, context, *args) ⇒ Object



1495
1496
1497
# File 'lib/tkextlib/blt/component.rb', line 1495

def line_bind(tag, context, *args)
  _component_bind('line', tag, context, *args)
end