Method
GtkAlignmentset_padding
deprecated: 3.14 since: 2.4
Declaration [src]
void
gtk_alignment_set_padding (
GtkAlignment* alignment,
guint padding_top,
guint padding_bottom,
guint padding_left,
guint padding_right
)
Description [src]
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.
Available since: 2.4
Deprecated since: 3.14
Use GtkWidget
alignment and margin properties.