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
widget | the [gtk.widget.Widget] this cell will be rendering to |
minimumSize | location for storing the minimum size |
naturalSize | location for storing the natural size |