Method
GtkCellRendererget_padding
since: 2.18
Declaration [src]
void
gtk_cell_renderer_get_padding (
GtkCellRenderer* cell,
gint* xpad,
gint* ypad
)
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
.