libdeng2|Widget: Partial tree traversal
Made it possible for Widget::notifyTree() to abort the traversalwhen encountering a specific widget.
Todo: Collect all the arguments into a single NotifyArgs struct soit can be passed more conveniently to child widgets.
View differences
libdeng2|Widget: Partial tree traversal
Made it possible for Widget::notifyTree() to abort the traversal
when encountering a specific widget.
Todo: Collect all the arguments into a single NotifyArgs struct so
it can be passed more conveniently to child widgets.