Handbook
Glossary
gtk_cell_area_context_push_preferred_height ( cell_area_context minimum_height natural_height -- )
Vocabulary
gtk3
.
ffi
Inputs
cell_area_context
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_context_push_preferred_height
( GtkCellAreaContext* cell_area_context,
gint
minimum_height,
gint
natural_height )