Method: Tk::BLT::Vector#offset=
- Defined in:
- lib/tkextlib/blt/vector.rb
#offset=(val) ⇒ Object
176 177 178 |
# File 'lib/tkextlib/blt/vector.rb', line 176 def offset=(val) number(tk_call(@id, 'offset', val)) end |
176 177 178 |
# File 'lib/tkextlib/blt/vector.rb', line 176 def offset=(val) number(tk_call(@id, 'offset', val)) end |