Handbook
Glossary
gtk_cell_area_get_preferred_height_for_width ( cell_area context widget width minimum_height natural_height -- )
Vocabulary
gtk3
.
ffi
Inputs
cell_area
an
object
context
an
object
widget
an
object
width
an
object
minimum_height
an
object
natural_height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
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 )