Nictk 2.2.0
An easy to use pyton GUI
Scrollbar Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  master = None,
  cnf = {},
**  kw 
)

The constructor.


The documentation for this class was generated from the following file: