Method: Fox::FXWindow#position
- Defined in:
- rdoc-sources/FXWindow.rb
#position(x, y, w, h) ⇒ Object
Move and resize 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.
505 |
# File 'rdoc-sources/FXWindow.rb', line 505 def position(x, y, w, h); end |