Type Definition conrod::widget::IsOverFn[][src]

type IsOverFn = fn(_: &Container, _: Point, _: &Theme) -> IsOver;

A function type used to determine whether or not a given point is over a widget.