Hi, in the gtkmm book in Chapter 11. Menus and Toolbars it is explained how to create actions and how to add them to a gui using UImanager.
I can add signal handlers to actions right away using Gtk::ActionGroup->add (action, slot). What I would like to do is to set up my action group with all the actions first and then later on add signal handlers to the actions. Is there any other way of assigning or changing a signal handler of an action in an existing action group other than using Gtk::ActionGroup->add? In other words: How do I get a signal handler assigned to an action that was assigned to the Actiongroup initially without a signal handler specified? Many thanks Chris http://www.acurana.de/ _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
