__init__(self,
padding=1,
xalign=0.0,
yalign=0.0,
xscale=1.0,
yscale=1.0)
(Constructor)
| source code
|
Initialize HorizontalFrame 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.
|