Handbook
Glossary
gtk_icon_view_get_tooltip_context ( icon_view x y keyboard_tip model path iter -- gboolean )
Vocabulary
gtk3
.
ffi
Inputs
icon_view
an
object
x
an
object
y
an
object
keyboard_tip
an
object
model
an
object
path
an
object
iter
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
gboolean
gtk_icon_view_get_tooltip_context
( GtkIconView* icon_view, gint* x, gint* y,
gboolean
keyboard_tip, GtkTreeModel** model, GtkTreePath** path,
GtkTreeIter** iter )