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 GtkRequisition

location for storing the minimum size, or NULL. out[allow-none]

naturalSize GtkRequisition

location for storing the natural size, or NULL. out[allow-none] Since 3.0

Meta