fixed a comment

This commit is contained in:
Tim Janik 1998-10-12 11:24:29 +00:00
parent 128cb63dcc
commit b6b7941b0d

View File

@ -607,7 +607,10 @@ void gtk_clist_undo_selection (GtkCList *clist);
*/
void gtk_clist_clear (GtkCList *clist);
/* return the row column corresponding to the x and y coordinates */
/* return the row column corresponding to the x and y coordinates,
* the returned values are only valid if the x and y coordinates
* are respectively to a window == clist->clist_window
*/
gint gtk_clist_get_selection_info (GtkCList *clist,
gint x,
gint y,