Method
GtkCellRendererget_fixed_size
Declaration [src]
void
gtk_cell_renderer_get_fixed_size (
GtkCellRenderer* cell,
gint* width,
gint* height
)
Parameters
width-
Type:
gint*Location to fill in with the fixed width of the cell, or
NULL.The argument will be set by the function. The argument can be NULL. height-
Type:
gint*Location to fill in with the fixed height of the cell, or
NULL.The argument will be set by the function. The argument can be NULL.