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.
This commit is contained in:
Arturo Espinosa 1998-03-10 05:47:09 +00:00
parent 23a7e9c93e
commit 1f39582f3f

View File

@ -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 */