Method

GtkMiscget_padding

deprecated: 3.14 

Declaration [src]

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

Description [src]

Gets the padding in the X and Y directions of the widget. See gtk_misc_set_padding().

Deprecated since: 3.14

Use GtkWidget alignment and margin properties.

Parameters

xpad

Type: gint*

Location to store padding in the X direction, or NULL.

The argument will be set by the function.
The argument can be NULL.
ypad

Type: gint*

Location to store padding in the Y direction, or NULL.

The argument will be set by the function.
The argument can be NULL.