Method: MiniGL::Component#visible

Defined in:
lib/minigl/forms.rb

#visibleObject

Determines whether the control is visible, i.e., will be drawn in the screen and process user input, if enabled.



50
51
52
# File 'lib/minigl/forms.rb', line 50

def visible
  @visible
end