Method
GtkCellRendererget_alignment
since: 2.18
Declaration [src]
void
gtk_cell_renderer_get_alignment (
GtkCellRenderer* cell,
gfloat* xalign,
gfloat* yalign
)
Description [src]
Fills in xalign
and yalign
with the appropriate values of cell
.
Available since: 2.18
Parameters
xalign
-
Type:
gfloat*
Location to fill in with the x alignment of the cell, or
NULL
.The argument will be set by the function. The argument can be NULL
. yalign
-
Type:
gfloat*
Location to fill in with the y alignment of the cell, or
NULL
.The argument will be set by the function. The argument can be NULL
.