Libraries
»
fxruby
(1.6.38)
»
Index
»
Fox
»
Canvas
»
Shape
»
#disable
Method: Fox::Canvas::Shape#disable
Defined in:
lib/fox16/canvas.rb
#
disable
⇒
Object
Disable this shape
69 70 71
# File 'lib/fox16/canvas.rb', line 69
def
disable
@enabled
=
false
end