CellRenderer.getPreferredHeightForWidth
void getPreferredHeightForWidth(gtk.widget.Widget widget, int width, out int minimumHeight, out int naturalHeight)Retreives a cell renderers’s minimum and natural height if it were rendered to widget with the specified width.
Parameters
widget | the #GtkWidget this cell will be rendering to |
width | the size which is available for allocation |
minimumHeight | location for storing the minimum size, or null |
naturalHeight | location for storing the preferred size, or null |