[gtkada] reserved word "entry" cannot be used as identifier, when using an entry widget with GLADE 0.5.5
JJ Escanellas
juanjef at adinet.com.uy
Tue Oct 10 03:32:01 CEST 2000
The error:
callbacks_p7.ads:6:10: reserved word "entry" cannot be used as identifier
can be solved changing the declaration of
with Gtk.Entry; use Gtk.Entry;
to
with Gtk.GEntry; use Gtk.GEntry;
More information about the gtkada
mailing list