Nictk 2.2.0
An easy to use pyton GUI
VerScroll Class Reference

Base class for widgets which have a right vertical scrollbar. More...

Inheritance diagram for VerScroll:
Listbox RowScrollFrame Text VerScrollFrame

Public Member Functions

def __init__ (self, scrolled_w)
 The constructor. More...
 
def get_scrollbar ()
 Return the scrollbar widget. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  scrolled_w 
)

The constructor.

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

Member Function Documentation

◆ get_scrollbar()

def get_scrollbar ( )

Return the scrollbar widget.


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