[−][src]Type Definition conrod_core::widget::IsOverFn
type IsOverFn = fn(_: &Container, _: Point, _: &Theme) -> IsOver;
A function type used to determine whether or not a given point is over a widget.
type IsOverFn = fn(_: &Container, _: Point, _: &Theme) -> IsOver;
A function type used to determine whether or not a given point is over a widget.