Method: Tk::BLT::PlotComponent::Pen#cget_strict

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

#cget_strict(option) ⇒ Object



1042
1043
1044
# File 'lib/tkextlib/blt/component.rb', line 1042

def cget_strict(option)
  @chart.pen_cget_strict(@id, option)
end