diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-03-10 05:47:09 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-03-10 05:47:09 +0000 |
commit | 1f39582f3f0506d5908d5ca7e26e1dd8ad354a55 (patch) | |
tree | a1700215c26a6de6f1d017911936edf353572543 /gtk/gtkclist.h | |
parent | 23a7e9c93ea2ca7ef3b31f4bc2942cfbf60ccd0b (diff) | |
download | gtk+-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.
Diffstat (limited to 'gtk/gtkclist.h')
-rw-r--r-- | gtk/gtkclist.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h index ef306c2668..73518468df 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 */ |