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