Struct tui_realm_stdlib::TextareaPropsBuilder [−][src]
pub struct TextareaPropsBuilder { /* fields omitted */ }Implementations
with_foreground
Set foreground color for area
with_background
Set background color for area
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
underlined
Set underlined property for component
slow_blink
Set slow_blink property for component
rapid_blink
Set rapid_blink property for component
strikethrough
Set strikethrough property for component
with_title
Set title
with_texts
Set spans
with_highlighted_str
Display a symbol to highlighted line in scroll table
with_max_scroll_step
Defines the max step for PAGEUP/PAGEDOWN keys