Handbook
Glossary
gtk_tree_view_get_path_at_pos ( tree_view x y path column cell_x cell_y -- gboolean )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
x
an
object
y
an
object
path
an
object
column
an
object
cell_x
an
object
cell_y
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
gboolean
gtk_tree_view_get_path_at_pos
( GtkTreeView* tree_view,
gint
x,
gint
y, GtkTreePath**
path, GtkTreeViewColumn** column, gint* cell_x, gint* cell_y
)