Description Usage Arguments Details Author(s)
Sets the border width of the container.
1 | gtkContainerSetBorderWidth(object, border.width)
|
|
a |
|
amount of blank space to leave outside the container. Valid values are in the range 0-65535 pixels. |
The border width of a container is the amount of space to leave
around the outside of the container. The only exception to this is
GtkWindow
; because toplevel windows can't leave space outside,
they leave the space inside. The border is added on all sides of
the container. To add space to only one side, one approach is to
create a GtkAlignment
widget, call gtkWidgetSetSizeRequest
to give it a size, and place it on the side of the container as
a spacer.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.