Struct tui_realm_stdlib::LineGaugePropsBuilder [−][src]
pub struct LineGaugePropsBuilder { /* fields omitted */ }Implementations
with_progbar_color
Set progbar color for component
with_background
Set background color for component
pub fn with_borders(
&mut self,
borders: Borders,
variant: BorderType,
color: Color
) -> &mut Self
pub fn with_borders(
&mut self,
borders: Borders,
variant: BorderType,
color: Color
) -> &mut Self
with_borders
Set component borders style
with_title
Set title
with_label
Set label to display on progress bar
with_progress
Set progress percentage Progress must be in range [0.0,1.0] or will panic
with_line_doubled
Set line style to DOUBLE
with_line_normal
Set line style to NORMAL
with_line_rounded
Set line style to ROUND
with_line_thick
Set line style to TICK