Is it possible to create a wxpython Frame with several instances of the same stock ID?
I wish my application to include several "APPLY" buttons, and found quite convenient to use ID_APPLY as themed icons and labels are pre-defined. Each button has a specific handler. However all bound handlers are triggered by any of these buttons.
Is there a way to achieve this or is my approach doomed by the way handlers are bound to IDs internally?