]> Pileus Git - ~andy/gtk/commitdiff
fixed a comment
authorTim Janik <timj@src.gnome.org>
Mon, 12 Oct 1998 11:24:29 +0000 (11:24 +0000)
committerTim Janik <timj@src.gnome.org>
Mon, 12 Oct 1998 11:24:29 +0000 (11:24 +0000)
gtk/gtkclist.h

index 6ad0c4c3cd993d4e0b4e6b863d8c77ef9128975d..84fd8e5f1a1b59865b89b2bca103f3e3036a3f21 100644 (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,