I'm trying to implement a toolbar that is loaded from resources (xrc). The toolbar loads and displays fine, but the button events don't propagate to the owning frame so that thet can be handled along with the matching menu events. How do I get the menu events to propagate to the owning frame? thanks