Hello, I am busy making a custom button group class which is derived from wxBoxSizer. The class seems OK, I can add buttons to it and it is correctly displayed. However, I would like to perform additional actions when a button is pressed. This event should be handled by a function within the class a...