Struct conrod::widget::KidAreaArgs [] [src]

pub struct KidAreaArgs<'a, W> where W: Widget {
    pub rect: Rect,
    pub style: &'a W::Style,
    pub theme: &'a Theme,
    pub fonts: &'a Map,
}

Arguments to the Widget::kid_area method in a struct to simplify the method signature.

Fields

The Rect describing the Widget's position and dimensions.

Current Widget::Style of the Widget.

The active Theme within the Ui.

The Font (for determining text width).