Struct tui_realm_stdlib::ProgressBarPropsBuilder [−][src]
pub struct ProgressBarPropsBuilder { /* 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