Description Usage Arguments Details Author(s)
(Note: this is a special-purpose function intended for the framebuffer
port; see gtkWindowSetHasFrame
. It will have no effect on the
window border drawn by the window manager, which is the normal
case when using the X Window system.)
1 | gtkWindowSetFrameDimensions(object, left, top, right, bottom)
|
|
a |
|
The width of the left border |
|
The height of the top border |
|
The width of the right border |
|
The height of the bottom border |
For windows with frames (see gtkWindowSetHasFrame
) this function
can be used to change the size of the frame border.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.