Method

GtkCellRendererset_alignment

since: 2.18

Declaration [src]

void
gtk_cell_renderer_set_alignment (
  GtkCellRenderer* cell,
  gfloat xalign,
  gfloat yalign
)

Description [src]

Sets the renderer’s alignment within its available space.

Available since: 2.18

Parameters

xalign

Type: gfloat

The x alignment of the cell renderer.

yalign

Type: gfloat

The y alignment of the cell renderer.