ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
Public Member Functions | Public Attributes | List of all members
serverportfolio.Validation.VerticalScrolledFrame Class Reference

A pure Tkinter scrollable frame that actually works!. More...

Inheritance diagram for serverportfolio.Validation.VerticalScrolledFrame:
Inheritance graph
[legend]
Collaboration diagram for serverportfolio.Validation.VerticalScrolledFrame:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def __init__
 
def __init__
 

Public Attributes

 interior
 

Detailed Description

A pure Tkinter scrollable frame that actually works!.

source : http://tkinter.unpythonic.net/wiki/VerticalScrolledFrame
author : unknown
Use the 'interior' attribute to place widgets inside the scrollable frame
Construct and pack/place/grid normally
This frame only allows vertical scrolling

my modification:

A pure Tkinter scrollable frame that actually works!
* Use the 'interior' attribute to place widgets inside the scrollable frame
* Construct and pack/place/grid normally
* This frame only allows vertical scrolling

Definition at line 28 of file Validation.py.

Constructor & Destructor Documentation

def serverportfolio.Validation.VerticalScrolledFrame.__init__ (   self,
  parent,
  args,
  kw 
)

Definition at line 30 of file Validation.py.

Referenced by serverportfolio.Validation.VerticalScrolledFrame.__init__().

Here is the caller graph for this function:

def serverportfolio.Validation.VerticalScrolledFrame.__init__ (   self,
  parent,
  args,
  kw 
)

Definition at line 156 of file Validation.v1.py.

References serverportfolio.Validation.VerticalScrolledFrame.__init__(), and serverportfolio.Validation.VerticalScrolledFrame.interior.

Here is the call graph for this function:

def serverportfolio.Validation.VerticalScrolledFrame.__init__ (   self,
  parent,
  args,
  kw 
)

Definition at line 156 of file Validation.v2.py.

References serverportfolio.Validation.VerticalScrolledFrame.__init__(), and serverportfolio.Validation.VerticalScrolledFrame.interior.

Here is the call graph for this function:

Member Data Documentation

serverportfolio.Validation.VerticalScrolledFrame.interior

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