gtkCellRendererGetFixedSize: gtkCellRendererGetFixedSize
Description
Fills in width
and height
with the appropriate size of cell
.Usage
gtkCellRendererGetFixedSize(object)
Value
A list containing the following elements:
width
- location to fill in with the fixed width of the cell, or
NULL
. [ allow-none ] height
- location to fill in with the fixed height of the cell, or
NULL
. [ allow-none ]