Method: Tk::BLT::PlotComponent::Element#cget
- Defined in:
- lib/tkextlib/blt/component.rb
#cget(option) ⇒ Object
777 778 779 780 |
# File 'lib/tkextlib/blt/component.rb', line 777 def cget(option) # @chart.element_cget(@id, option) @chart.__send__(@typename + '_cget', @id, option) end |