Libraries
»
fxruby
(1.6.38)
»
Index
»
Fox
»
Canvas
»
Shape
»
#hide
Method: Fox::Canvas::Shape#hide
Defined in:
lib/fox16/canvas.rb
#
hide
⇒
Object
Hide this shape
84 85 86
# File 'lib/fox16/canvas.rb', line 84
def
hide
@visible
=
false
end