[−][src]Trait ringui::ControlBuilder
Associated Types
Required Methods
fn shape(&mut self) -> &mut ControlShape
fn create(self) -> Self::Control
Provided Methods
fn position(self, pos: Pnt2) -> Self where
Self: Sized,
Self: Sized,
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized,
Self: Sized,
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized,
Self: Sized,
fn width(self, width: f32) -> Self where
Self: Sized,
Self: Sized,
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized,
Self: Sized,
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized,
Self: Sized,
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized,
Self: Sized,
fn height(self, height: f32) -> Self where
Self: Sized,
Self: Sized,
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized,
Self: Sized,
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized,
Self: Sized,
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized,
Self: Sized,
fn inner_margin(self, margin: f32) -> Self where
Self: Sized,
Self: Sized,
fn v_margin(self, margin: f32) -> Self where
Self: Sized,
Self: Sized,
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized,
Self: Sized,
fn h_margin(self, margin: f32) -> Self where
Self: Sized,
Self: Sized,
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized,
Self: Sized,
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized,
Self: Sized,
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized,
Self: Sized,
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized,
Self: Sized,
fn hide_label(self) -> Self where
Self: Sized,
Self: Sized,
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized,
Self: Sized,
fn from_json_style(self, style: &str) -> Self where
Self: Sized,
Self: Sized,
Implementors
impl ControlBuilder for GroupHBuilder[src]
impl ControlBuilder for GroupHBuildertype Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl ControlBuilder for GroupBuilder[src]
impl ControlBuilder for GroupBuildertype Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl ControlBuilder for ButtonBuilder[src]
impl ControlBuilder for ButtonBuildertype Control = Button
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Button[src]
fn create(self) -> Buttonfn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, fn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, impl ControlBuilder for LabelBuilder[src]
impl ControlBuilder for LabelBuildertype Control = Label
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Label[src]
fn create(self) -> Labelfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl ControlBuilder for PanelBuilder[src]
impl ControlBuilder for PanelBuildertype Control = Panel
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Panel[src]
fn create(self) -> Panelfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl ControlBuilder for ScrollbarBuilder[src]
impl ControlBuilder for ScrollbarBuildertype Control = Scrollbar
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Scrollbar[src]
fn create(self) -> Scrollbarfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl ControlBuilder for SeparatorBuilder[src]
impl ControlBuilder for SeparatorBuildertype Control = Separator
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Separator[src]
fn create(self) -> Separatorfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl ControlBuilder for TabsBuilder[src]
impl ControlBuilder for TabsBuildertype Control = Tabs
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Tabs[src]
fn create(self) -> Tabsfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl ControlBuilder for ToggleBuilder[src]
impl ControlBuilder for ToggleBuildertype Control = Toggle
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn width(self, _width: f32) -> ToggleBuilder[src]
fn width(self, _width: f32) -> ToggleBuilderfn create(self) -> Toggle[src]
fn create(self) -> Togglefn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, fn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, impl ControlBuilder for TreeBuilder[src]
impl ControlBuilder for TreeBuildertype Control = Tree
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Tree[src]
fn create(self) -> Treefn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl ControlBuilder for TreeFromDebugBuilder[src]
impl ControlBuilder for TreeFromDebugBuildertype Control = TreeFromDebug
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> TreeFromDebug[src]
fn create(self) -> TreeFromDebugfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B> ControlBuilder for ringui::group_h::TupleBuilder<(A, B)> where
A: IntoStyled,
B: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B> ControlBuilder for ringui::group_h::TupleBuilder<(A, B)> where
A: IntoStyled,
B: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B> ControlBuilder for ringui::group_v::TupleBuilder<(A, B)> where
A: IntoStyled,
B: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B> ControlBuilder for ringui::group_v::TupleBuilder<(A, B)> where
A: IntoStyled,
B: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H, I> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H, I)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H, I> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H, I)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H, I> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H, I)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H, I> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H, I)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H, I, J> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H, I, J)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H, I, J> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H, I, J)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H, I, J> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H, I, J)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H, I, J> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H, I, J)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H, I, J, K> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H, I, J, K)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
K: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty,
<K as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H, I, J, K> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H, I, J, K)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
K: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty,
<K as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H, I, J, K> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H, I, J, K)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
K: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty,
<K as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H, I, J, K> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H, I, J, K)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
K: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty,
<K as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H, I, J, K, L> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H, I, J, K, L)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
K: IntoStyled,
L: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty,
<K as IntoStyled>::Property: ControlDefaultProperty,
<L as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H, I, J, K, L> ControlBuilder for ringui::group_h::TupleBuilder<(A, B, C, D, E, F, G, H, I, J, K, L)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
K: IntoStyled,
L: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty,
<K as IntoStyled>::Property: ControlDefaultProperty,
<L as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<A, B, C, D, E, F, G, H, I, J, K, L> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H, I, J, K, L)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
K: IntoStyled,
L: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty,
<K as IntoStyled>::Property: ControlDefaultProperty,
<L as IntoStyled>::Property: ControlDefaultProperty, [src]
impl<A, B, C, D, E, F, G, H, I, J, K, L> ControlBuilder for ringui::group_v::TupleBuilder<(A, B, C, D, E, F, G, H, I, J, K, L)> where
A: IntoStyled,
B: IntoStyled,
C: IntoStyled,
D: IntoStyled,
E: IntoStyled,
F: IntoStyled,
G: IntoStyled,
H: IntoStyled,
I: IntoStyled,
J: IntoStyled,
K: IntoStyled,
L: IntoStyled,
<A as IntoStyled>::Property: ControlDefaultProperty,
<B as IntoStyled>::Property: ControlDefaultProperty,
<C as IntoStyled>::Property: ControlDefaultProperty,
<D as IntoStyled>::Property: ControlDefaultProperty,
<E as IntoStyled>::Property: ControlDefaultProperty,
<F as IntoStyled>::Property: ControlDefaultProperty,
<G as IntoStyled>::Property: ControlDefaultProperty,
<H as IntoStyled>::Property: ControlDefaultProperty,
<I as IntoStyled>::Property: ControlDefaultProperty,
<J as IntoStyled>::Property: ControlDefaultProperty,
<K as IntoStyled>::Property: ControlDefaultProperty,
<L as IntoStyled>::Property: ControlDefaultProperty, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, type Control = GroupH
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupH[src]
fn create(self) -> GroupHfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, type Control = GroupV
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> GroupV[src]
fn create(self) -> GroupVfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<E: EnumIter + Clone + 'static> ControlBuilder for ListBoxBuilder<Option<E>>[src]
impl<E: EnumIter + Clone + 'static> ControlBuilder for ListBoxBuilder<Option<E>>type Control = ListBoxOption<E>
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> ListBoxOption<E>[src]
fn create(self) -> ListBoxOption<E>fn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<E: EnumIter + Clone + 'static> ControlBuilder for ListBoxBuilder<EnumSet<E>>[src]
impl<E: EnumIter + Clone + 'static> ControlBuilder for ListBoxBuilder<EnumSet<E>>type Control = ListBoxMulti<E>
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> ListBoxMulti<E>[src]
fn create(self) -> ListBoxMulti<E>fn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<E: EnumIter + Clone + 'static> ControlBuilder for ListBoxBuilder<E>[src]
impl<E: EnumIter + Clone + 'static> ControlBuilder for ListBoxBuilder<E>type Control = ListBox<E>
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> ListBox<E>[src]
fn create(self) -> ListBox<E>fn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<P: ParameterGroup> ControlBuilder for PanelBuilderFromParameterGroup<P>[src]
impl<P: ParameterGroup> ControlBuilder for PanelBuilderFromParameterGroup<P>type Control = Panel
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Panel[src]
fn create(self) -> Panelfn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<T: Debug> ControlBuilder for ReadnOnlyRangeBuilder<T> where
T: FromPrimitive + Sub<Output = T> + Clone + ToPrimitive + Display + PartialEq + Debug + 'static, [src]
impl<T: Debug> ControlBuilder for ReadnOnlyRangeBuilder<T> where
T: FromPrimitive + Sub<Output = T> + Clone + ToPrimitive + Display + PartialEq + Debug + 'static, type Control = ReadnOnlyRange<T>
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> ReadnOnlyRange<T>[src]
fn create(self) -> ReadnOnlyRange<T>fn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<T: Debug> ControlBuilder for SliderBuilder<T> where
T: FromPrimitive + Sub<Output = T> + Clone + ToPrimitive + Display + PartialEq + Debug + 'static, [src]
impl<T: Debug> ControlBuilder for SliderBuilder<T> where
T: FromPrimitive + Sub<Output = T> + Clone + ToPrimitive + Display + PartialEq + Debug + 'static, type Control = Slider<T>
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> Slider<T>[src]
fn create(self) -> Slider<T>fn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized, impl<T: FromStr + ToString + PartialEq + Clone + Debug + 'static> ControlBuilder for TextBoxBuilder<T>[src]
impl<T: FromStr + ToString + PartialEq + Clone + Debug + 'static> ControlBuilder for TextBoxBuilder<T>type Control = TextBox<T>
fn shape(&mut self) -> &mut ControlShape[src]
fn shape(&mut self) -> &mut ControlShapefn create(self) -> TextBox<T>[src]
fn create(self) -> TextBox<T>fn position(self, pos: Pnt2) -> Self where
Self: Sized, [src]
fn position(self, pos: Pnt2) -> Self where
Self: Sized, fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, [src]
fn position_property(self, pos: Property<'static, Pnt2>) -> Self where
Self: Sized, fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, [src]
fn position_property_opt(self, pos: Option<Property<'static, Pnt2>>) -> Self where
Self: Sized, fn width(self, width: f32) -> Self where
Self: Sized, [src]
fn width(self, width: f32) -> Self where
Self: Sized, fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, [src]
fn width_opt(self, width: Option<f32>) -> Self where
Self: Sized, fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn width_property(self, width: Property<'static, f32>) -> Self where
Self: Sized, fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn width_property_opt(self, width: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn height(self, height: f32) -> Self where
Self: Sized, [src]
fn height(self, height: f32) -> Self where
Self: Sized, fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, [src]
fn height_opt(self, height: Option<f32>) -> Self where
Self: Sized, fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, [src]
fn height_property(self, height: Property<'static, f32>) -> Self where
Self: Sized, fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, [src]
fn height_property_opt(self, height: Option<Property<'static, f32>>) -> Self where
Self: Sized, fn inner_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn inner_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn v_margin(self, margin: f32) -> Self where
Self: Sized, fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn v_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn h_margin(self, margin: f32) -> Self where
Self: Sized, [src]
fn h_margin(self, margin: f32) -> Self where
Self: Sized, fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, [src]
fn h_margin_opt(self, margin: Option<f32>) -> Self where
Self: Sized, fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, [src]
fn font(self, font: Rc<Ttf>) -> Self where
Self: Sized, fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, [src]
fn color<C: ToRgb>(self, color: C) -> Self where
Self: Sized, fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, [src]
fn color_opt(self, color: Option<Rgb<f32>>) -> Self where
Self: Sized, fn hide_label(self) -> Self where
Self: Sized, [src]
fn hide_label(self) -> Self where
Self: Sized, fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, [src]
fn hide_label_opt(self, hide: Option<bool>) -> Self where
Self: Sized, fn from_json_style(self, style: &str) -> Self where
Self: Sized, [src]
fn from_json_style(self, style: &str) -> Self where
Self: Sized,