I tested GTK+ 1.3.5 version under Linux (kernel 2.2.17, glibc 2.1.3, egcs 2.91.66),
and found some bugs.
(1) If GTK+ 1.3.5 library is compiled by gcc without '-g' option,
DELETE-key acts wrong in GtkEntry/GtkTextView widgets.
But if the library is compiled with '-g' option, DELETE-key acts right.
(2) If GTK+ 1.3.5 library is compiled by gcc without '-g' option,
'<' key and '>' key displays same character '>' in GtkEntry/GtkTextView
widgets.
But if the library is compiled with '-g' option, '<' key acts right.
Please check and fix these bugs.
Thanks.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list