set_fixed_size
Description:
public void set_fixed_size (
int width,
int height)
Sets the renderer size to be explicit, independent of the properties set.
Parameters:
| this |
A `GtkCellRenderer`
|
| width |
the width of the cell renderer, or -1
|
| height |
the height of the cell renderer, or -1
|