Package dtk :: Package ui :: Module frame :: Class VerticalFrame

Class VerticalFrame

source code


Vertical frame to padding 1 pixel round child.

Instance Methods
 
__init__(self, padding=1, xalign=0.0, yalign=0.0, xscale=1.0, yscale=1.0)
Initialize VerticalFrame class.
source code
Method Details

__init__(self, padding=1, xalign=0.0, yalign=0.0, xscale=1.0, yscale=1.0)
(Constructor)

source code 

Initialize VerticalFrame class.

Parameters:
  • padding - Padding value.
  • xalign - The fraction of horizontal free space to the left of the child widget. Ranges from 0.0 to 1.0.
  • yalign - The fraction of vertical free space above the child widget. Ranges from 0.0 to 1.0.
  • xscale - The fraction of horizontal free space that the child widget absorbs, from 0.0 to 1.0.
  • yscale - The fraction of vertical free space that the child widget absorbs, from 0.0 to 1.0.