Method: Tk::BLT::PlotComponent#bar_bind_append

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

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



1485
1486
1487
# File 'lib/tkextlib/blt/component.rb', line 1485

def bar_bind_append(tag, context, *args)
  _component_bind_append('bar', tag, context, *args)
end