From 1f39582f3f0506d5908d5ca7e26e1dd8ad354a55 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Tue, 10 Mar 1998 05:47:09 +0000 Subject: [PATCH] Snorfle, thanks :-) Mon Mar 9 23:24:42 1998 Miguel de Icaza * gtk/gtkclist.c (gtk_clist_get_selection_info): Export functionality. --- gtk/gtkclist.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 */