Struct kas::widget::ProgressBar [−][src]
pub struct ProgressBar<D: Directional> { /* fields omitted */ }
Expand description
A progress bar
The “progress” value may range from 0.0 to 1.0.
Implementations
Construct a slider with the given direction
The initial value is 0.0; use ProgressBar::with_value to override.
Set the initial value
Set the value
Returns TkAction::REDRAW if a redraw is required.
Trait Implementations
Returns the “default value” for a type. Read more
Generic handler: translate presses to activations Read more
Get the number of child widgets
Get a reference to a child widget by index, or None if the index is
out of bounds. Read more
Mutable variant of get Read more
Record first identifier Read more
Check whether id is a descendant Read more
Find the child which is an ancestor of this id, if any Read more
Find the leaf (lowest descendant) with this id, if any Read more
Find the leaf (lowest descendant) with this id, if any Read more
Walk through all widgets, calling f once on each. Read more
Walk through all widgets, calling f once on each. Read more
Get self as type Any (mutable)
Get the name of the widget struct
Erase type
Erase type
Get whether the widget is disabled
Set the disabled state of a widget Read more
Set disabled state (chaining) Read more
Construct InputState Read more
Auto Trait Implementations
impl<D> RefUnwindSafe for ProgressBar<D> where
D: RefUnwindSafe,
impl<D> Send for ProgressBar<D> where
D: Send,
impl<D> Sync for ProgressBar<D> where
D: Sync,
impl<D> Unpin for ProgressBar<D> where
D: Unpin,
impl<D> UnwindSafe for ProgressBar<D> where
D: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Cast to integer, truncating Read more
Cast to the nearest integer Read more
Cast the floor to an integer Read more
Try converting to integer with truncation Read more
Try converting to the nearest integer Read more
Try converting the floor to an integer Read more
Try convert the ceiling to an integer Read more