Scrollbar widget which displays a slider at a certain position. More...
Inherits Scrollbar.
Public Member Functions | |
def | __init__ (self, master=None, cnf={}, **kw) |
The constructor. More... | |
Scrollbar widget which displays a slider at a certain position.
This is unchanged with respect to tkinter. Some widgets (Listbox, Text) have an auto-scrollbar feature, which adds or remove the vertical scrollbar if the text exceed the widget height, so you don't have to add this manually.
Common options (see Widgets properties)
abcolor, bcolor, borderwidth, command, cursor, hbcolor, hfcolor, relief, takefocus, tcolor
Less common options
activerelief, elementborderwidth, highlightthickness, jump, orient, repeatdelay, repeatinterval
see anzeljg reference for the class tkinter.Scrollbar.
def __init__ | ( | self, | |
master = None , |
|||
cnf = {} , |
|||
** | kw | ||
) |
The constructor.