[−][src]Trait conrod_core::Borderable
Widgets that may display a border.
Required methods
fn border(self, width: f64) -> Self
Set the width of the widget's border.
fn border_color(self, color: Color) -> Self
Set the color of the widget's border.
Provided methods
fn border_rgba(self, r: f32, g: f32, b: f32, a: f32) -> Self
Set the color of the widget's border with rgba values.
fn border_rgb(self, r: f32, g: f32, b: f32) -> Self
Set the color of the widget's border with rgb values.
fn border_hsla(self, h: f32, s: f32, l: f32, a: f32) -> Self
Set the color of the widget's border with hsla values.
fn border_hsl(self, h: f32, s: f32, l: f32) -> Self
Set the color of the widget's border with hsl values.
Implementors
impl Borderable for BorderedRectangle
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a> Borderable for Canvas<'a>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a> Borderable for CollapsibleArea<'a>
[src]
impl<'a> Borderable for Tabs<'a>
[src]
impl<'a> Borderable for TextBox<'a>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a> Borderable for TitleBar<'a>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a> Borderable for Toggle<'a>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a, E> Borderable for EnvelopeEditor<'a, E> where
E: EnvelopePoint,
[src]
E: EnvelopePoint,
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a, S> Borderable for Button<'a, S>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a, T> Borderable for DropDownList<'a, T>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a, T> Borderable for NumberDialer<'a, T>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a, T> Borderable for RangeSlider<'a, T>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
impl<'a, T> Borderable for Slider<'a, T>
[src]
fn border(self, border: Scalar) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.
fn border_color(self, border_color: Color) -> Self
[src]
Build the type's self.$($assignee).+ with the given $Type.