Handbook
Glossary
gtk_cell_view_get_desired_height_for_width_of_row ( cell_view path avail_size minimum_size natural_size -- )
Vocabulary
gtk2
.
ffi
Inputs
cell_view
an
object
path
an
object
avail_size
an
object
minimum_size
an
object
natural_size
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_cell_view_get_desired_height_for_width_of_row
( GtkCellView* cell_view, GtkTreePath* path,
gint
avail_size,
gint
minimum_size,
gint
natural_size )