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