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.

Parameters

padding_top

Type: guint

The padding at the top of the widget.

padding_bottom

Type: guint

The padding at the bottom of the widget.

padding_left

Type: guint

The padding at the left of the widget.

padding_right

Type: guint

The padding at the right of the widget.