Description Usage Arguments Details Author(s)
Resizes window
; for toplevel windows, asks the window manager to resize
the window. The window manager may not allow the resize. When using GTK+,
use gtkWindowResize
instead of this low-level GDK function.
1 | gdkWindowResize(object, width, height)
|
|
a |
|
new width of the window |
|
new height of the window |
Windows may not be resized below 1x1.
If you're also planning to move the window, use gdkWindowMoveResize
to both move and resize simultaneously, for a nicer visual effect.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.