Method: Fox::Canvas::Shape#show

Defined in:
lib/fox16/canvas.rb

#showObject

Show this shape



79
80
81
# File 'lib/fox16/canvas.rb', line 79

def show
  @visible = true
end