Method: Fox::Canvas::Shape#deselect

Defined in:
lib/fox16/canvas.rb

#deselectObject

Deselect this shape



99
100
101
# File 'lib/fox16/canvas.rb', line 99

def deselect
  @selected = false
end