Method: Fox::FXWindow#move
- Defined in:
- rdoc-sources/FXWindow.rb
#move(x, y) ⇒ Object
Move the window immediately, in the parent’s coordinate system. Update the server representation as well if the window is realized. Perform layout of the children when necessary.
491 |
# File 'rdoc-sources/FXWindow.rb', line 491 def move(x, y) ; end |