Method: Fox::Canvas::Shape#select

Defined in:
lib/fox16/canvas.rb

#selectObject

Select this shape



94
95
96
# File 'lib/fox16/canvas.rb', line 94

def select
  @selected = true
end