Method: Tk::BLT::PlotComponent#legend_bind_append
- Defined in:
- lib/tkextlib/blt/component.rb
#legend_bind_append(tag, context, *args) ⇒ Object
1511 1512 1513 |
# File 'lib/tkextlib/blt/component.rb', line 1511 def legend_bind_append(tag, context, *args) _component_bind_append('legend', tag, context, *args) end |