[ Version ( since = "3.0" ) ]
public virtual void get_preferred_width (Widget widget, out int minimum_size, out int natural_size)
Retrieves a renderer’s natural size when rendered to widget.
| 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 |