Base class for widgets which have a right vertical scrollbar. More...
Public Member Functions | |
def | __init__ (self, scrolled_w) |
The constructor. More... | |
def | get_scrollbar () |
Return the scrollbar widget. More... | |
Base class for widgets which have a right vertical scrollbar.
It implements the automatic hiding and showing of the scrollbar. Classes VerScrollFrame, RowScrollFrame, inherit from this. Used only as mixin: you should not use it directly.
def __init__ | ( | self, | |
scrolled_w | |||
) |
The constructor.
scrolled_w | the widget which will be scrolled. It can be the widget itself (as in the Listbox) or an internal frame (as in the VerScrollFrame and RowScrollFrame). |
Reimplemented in Text, VerScrollFrame, RowScrollFrame, and Listbox.
def get_scrollbar | ( | ) |
Return the scrollbar widget.