diff options
-rw-r--r-- | Changes | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ + - Fixed ExtTab to be both EventRole and Event, which means + it captures WidgetEvents for itself and processes + the Events for it's own children as well, the ExtTab + builder subroutines should use ExtTab::addWidget() + so that it's events are properly handled. + - Added Dialog helper class for easier creation of dialogs + which implements the EventHandlerRole, this means + widgets that will have events should be added with + Dialog::addWidget() + - Added EventRole and EventHandlerRole Roles for easy + handling of events, and add an Event class that + implements the EventRole Role. - Added ExtTab shared GUI object - Added logger object to Module base class - Added Logging module |