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