Method: Fox::FXWindow#linkBefore
- Defined in:
- lib/fox16/core.rb
#linkBefore(other) ⇒ Object
Relink this window before sibling window other, in the parent’s window list.
342 343 344 |
# File 'lib/fox16/core.rb', line 342 def linkBefore(other) reparent(self.parent, other) end |