CellRenderer.getPreferredSize

Retrieves the minimum and natural size of a cell taking into account the widget’s preference for height-for-width management.

class CellRenderer
void
getPreferredSize

Parameters

widget Widget

the #GtkWidget this cell will be rendering to

minimumSize Requisition

location for storing the minimum size, or %NULL

naturalSize Requisition

location for storing the natural size, or %NULL

Meta