Method: Tk::Vu::Pie#delete
- Defined in:
- lib/tkextlib/vu/pie.rb
#delete(*glob_pats) ⇒ Object
61 62 63 64 |
# File 'lib/tkextlib/vu/pie.rb', line 61 def delete(*glob_pats) tk_call(@path, 'delete', *glob_pats) self end |
61 62 63 64 |
# File 'lib/tkextlib/vu/pie.rb', line 61 def delete(*glob_pats) tk_call(@path, 'delete', *glob_pats) self end |