LabeledScale#
LabeledScale is a composite widget that ttkbootstrap ships
(ttk.LabeledScale) — a ttk Scale paired with a
Label that automatically shows the scale’s current
value. The scale and label are reachable as the scale and label
attributes. This page is the
complete lookup reference.
Options#
Option |
Type |
Description |
|---|---|---|
|
|
The color of the scale and label — one of |
|
|
The variable bound to the scale’s value. If omitted, a |
|
|
The minimum value of the scale. Default |
|
|
The maximum value of the scale. Default |
|
|
Where the label sits relative to the scale: |
LabeledScale is a Frame subclass and also accepts the frame’s own
options (padding, cursor, width, height, …), applied to the
container.
Methods#
- value
The current scale value (property). This mirrors the bound
variable, so you can also read or set it through that variable.
See also#
LabeledScale catalog page — usage, screenshots, and examples.
Scale — the native ttk scale.