Method: Tk::BLT::PlotComponent#axis_cget_strict

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

#axis_cget_strict(id, option) ⇒ Object



92
93
94
# File 'lib/tkextlib/blt/component.rb', line 92

def axis_cget_strict(id, option)
  itemcget_strict(['axis', tagid(id)], option)
end