Method: MiniGL::Panel#visible
- Defined in:
- lib/minigl/forms.rb
#visible ⇒ Object
Gets or sets whether the panel (and thus all components inside it) are visible.
99 100 101 |
# File 'lib/minigl/forms.rb', line 99 def visible @visible end |