Method: Tk::Vu::Pie#order
- Defined in:
- lib/tkextlib/vu/pie.rb
#order(*args) ⇒ Object
85 86 87 88 |
# File 'lib/tkextlib/vu/pie.rb', line 85 def order(*args) tk_call(@path, 'order', *args) self end |
85 86 87 88 |
# File 'lib/tkextlib/vu/pie.rb', line 85 def order(*args) tk_call(@path, 'order', *args) self end |