gtk_cell_area_get_preferred_height_for_width ( cell_area context widget width minimum_height natural_height -- )


Vocabulary
gtk3.ffi

Inputs
cell_areaan object
contextan object
widgetan object
widthan object
minimum_heightan object
natural_heightan object


Outputs
None

Definition


LIBRARY: gtk3 FUNCTION: void
gtk_cell_area_get_preferred_height_for_width
( GtkCellArea* cell_area, GtkCellAreaContext* context,
GtkWidget* widget, gint width, gint* minimum_height, gint*
natural_height )