Method: Tk::BLT::PlotComponent#marker_bind
- Defined in:
- ext/lib/tkextlib/blt/component.rb
#marker_bind(tag, context, *args) ⇒ Object
1459 1460 1461 |
# File 'ext/lib/tkextlib/blt/component.rb', line 1459 def marker_bind(tag, context, *args) _component_bind('marker', tag, context, *args) end |