get_preferred_size
Description:
public void get_preferred_size (Widget widget, out Requisition minimum_size, out Requisition natural_size)
Retrieves the minimum and natural size of a cell taking into account the widget’s preference for height-for-width management.
Parameters:
this |
a `GtkCellRenderer` instance |
widget |
the `GtkWidget` this cell will be rendering to |
minimum_size |
location for storing the minimum size |
natural_size |
location for storing the natural size |