CellRenderer.getPreferredHeight
void getPreferredHeight(gtk.widget.Widget widget, out int minimumSize, out int naturalSize)Retreives a renderer’s natural size when rendered to widget.
Parameters
widget | the #GtkWidget this cell will be rendering to |
minimumSize | location to store the minimum size, or null |
naturalSize | location to store the natural size, or null |