Oscar Dávila wrote:
ok i tried to do that i get a lot of errors.when i used Gtk::Entry* entry_rapidrate; entry_rapidrate->get_text(); worked verywell but set_text dont.
It is not possible that this worked, except by accident. You're calling a function on a pointer that is pointing to a random memory address.
-- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
