mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
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:
parent
23a7e9c93e
commit
1f39582f3f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user