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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user