Method

GtkMiscset_padding

deprecated: 3.14 

Declaration [src]

void
gtk_misc_set_padding (
  GtkMisc* misc,
  gint xpad,
  gint ypad
)

Description [src]

Sets the amount of space to add around the widget.

Deprecated since: 3.14

Use GtkWidget alignment and margin properties.

Parameters

xpad

Type: gint

The amount of space to add on the left and right of the widget, in pixels.

ypad

Type: gint

The amount of space to add on the top and bottom of the widget, in pixels.