ttk.LabeledScale.__init__¶
-
LabeledScale.__init__(master=None, variable=None, from_=0, to=10, **kw)[source]¶ Construct a horizontal LabeledScale with parent master, a variable to be associated with the Ttk Scale widget and its range. If variable is not specified, a Tkinter.IntVar is created.
WIDGET-SPECIFIC OPTIONS
- compound: ‘top’ or ‘bottom’
- Specifies how to display the label relative to the scale. Defaults to ‘top’.