WidgetResolver

Undocumented in source.

Constructors

this
this(Widget widget)
Undocumented in source.

Members

Functions

closest
Widget closest(bool function(Widget) predicate)

Find the first element that satisfying the predicate traversing up through its ancestors.

find
Widget find(bool delegate(Widget) predicate)

Find the first element that satisfying the predicate traversing down through its ancestors.

findWidgetByName
Widget findWidgetByName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta