CellRenderer.getPreferredSize

void getPreferredSize(gtk.widget.Widget widget, out gtk.requisition.Requisition minimumSize, out gtk.requisition.Requisition naturalSize)

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

Parameters

widgetthe [gtk.widget.Widget] this cell will be rendering to
minimumSizelocation for storing the minimum size
naturalSizelocation for storing the natural size