Hi, I want to port my project from gtkmm2.0 to 2.4, but I'm having trouble with the toolbar... With gtkmm2 I could add a standard widget to the toolbar like that:
Gtk::HScale widget; myToolbar.tools().push_back(widget); But now with gtkmm2.4 I can't find an equivalent function! How can I do that? Help appreciated. Raoul _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
