Description Usage Arguments Author(s)
Equivalent to calling gdkWindowMove
and gdkWindowResize
,
except that both operations are performed at once, avoiding strange
visual effects. (i.e. the user may be able to see the window first
move, then resize, if you don't use gdkWindowMoveResize
.)
1 | gdkWindowMoveResize(object, x, y, width, height)
|
|
a |
|
new X position relative to window's parent |
|
new Y position relative to window's parent |
|
new width |
|
new height |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.