Method

GtkCellRendererget_padding

since: 2.18

Declaration [src]

void
gtk_cell_renderer_get_padding (
  GtkCellRenderer* cell,
  gint* xpad,
  gint* ypad
)

Description [src]

Fills in xpad and ypad with the appropriate values of cell.

Available since: 2.18

Parameters

xpad

Type: gint*

Location to fill in with the x padding of the cell, or NULL.

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

Type: gint*

Location to fill in with the y padding of the cell, or NULL.

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