Method: Tk::BLT::PlotComponent::Element#cget_strict
- Defined in:
- lib/tkextlib/blt/component.rb
#cget_strict(option) ⇒ Object
781 782 783 |
# File 'lib/tkextlib/blt/component.rb', line 781 def cget_strict(option) @chart.__send__(@typename + '_cget_strict', @id, option) end |