get_preferred_height
Description:
public virtual void get_preferred_height (Widget widget, out int minimum_size, out int natural_size)
Retrieves a renderer’s natural size when rendered to widget.
Parameters:
| this |
a `GtkCellRenderer` instance |
| widget |
the `GtkWidget` this cell will be rendering to |
| minimum_size |
location to store the minimum size |
| natural_size |
location to store the natural size |