What's new in GOK 1.0.5? * Respond to more children-changed:add events, specifically, rebuild the UI component list if children are added to ROLE_FRAME objects, ROLE_ROOT_PANE objects, or ROLE_PANEL objects (in addition to the roles already listened to, for instance ROLE_HTML_CONTAINER). * Handle the somewhat aberrant menus that some gtk+ apps exhibit if their UIs were created with glade - namely, menus may have ROLE_MENU_ITEM instead of ROLE_MENU. If a ROLE_MENU_ITEM has children, then we now treat it as though it had ROLE_MENU.