Method
Gtk.CellRenderer.get_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 |
|
Ownership is not transferred to the callee | |
minimum_size |
int* |
location to store the minimum size, or |
|
Direction: out | |
Ownership of the data is transferred to the callee | |
natural_size |
int* |
location to store the natural size, or |
|
Direction: out | |
Ownership of the data is transferred to the callee |