Method: UI::SwitchContainer#selected=
- Defined in:
- lib/ektoplayer/ui/widgets/container.rb
#selected=(widget) ⇒ Object
141 142 143 144 145 146 147 148 |
# File 'lib/ektoplayer/ui/widgets/container.rb', line 141 def selected=() with_lock do (@selected.invisible!) if @selected super() (@selected.visible!) if @selected want_layout end end |