Method: UI::SwitchContainer#layout
- Defined in:
- lib/ektoplayer/ui/widgets/container.rb
#layout ⇒ Object
130 131 132 133 134 135 136 137 138 139 |
# File 'lib/ektoplayer/ui/widgets/container.rb', line 130 def layout @widgets.each do || .with_lock do .size=(@size) .pos=(@pos) end end super end |