summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-03-10 05:47:09 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-03-10 05:47:09 +0000
commit1f39582f3f0506d5908d5ca7e26e1dd8ad354a55 (patch)
treea1700215c26a6de6f1d017911936edf353572543
parent23a7e9c93ea2ca7ef3b31f4bc2942cfbf60ccd0b (diff)
downloadgdk-pixbuf-1f39582f3f0506d5908d5ca7e26e1dd8ad354a55.tar.gz
Snorfle, thanks :-) Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_get_selection_info): Export functionality.
-rw-r--r--gtk/gtkclist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h
index ef306c266..73518468d 100644
--- a/gtk/gtkclist.h
+++ b/gtk/gtkclist.h
@@ -473,6 +473,13 @@ void gtk_clist_unselect_row (GtkCList * clist,
* with gtk_clist_remove */
void gtk_clist_clear (GtkCList * clist);
+/* return the row column corresponding to the x and y coordinates */
+gint gtk_clist_get_selection_info (GtkCList * clist,
+ gint x,
+ gint y,
+ gint * row,
+ gint * column);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */