Description Usage Arguments Details Author(s)
Sets the padding on the different sides of the widget. The padding adds blank space to the sides of the widget. For instance, this can be used to indent the child widget towards the right by adding padding on the left.
1 2 | gtkAlignmentSetPadding(object, padding.top, padding.bottom, padding.left,
padding.right)
|
|
a |
|
the padding at the top of the widget |
|
the padding at the bottom of the widget |
|
the padding at the left of the widget |
|
the padding at the right of the widget. |
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.