Method
GtkCellRendererget_preferred_width
Declaration [src]
void
gtk_cell_renderer_get_preferred_width (
  GtkCellRenderer* cell,
  GtkWidget* widget,
  int* minimum_size,
  int* natural_size
)
Parameters
| widget | GtkWidget | 
| The  | |
| The data is owned by the caller of the function. | |
| minimum_size | int* | 
| Location to store the minimum size. | |
| The argument will be set by the function. | |
| The argument can be NULL. | |
| natural_size | int* | 
| Location to store the natural size. | |
| The argument will be set by the function. | |
| The argument can be NULL. |