FXVerticalFrame

Vertical frame layout manager widget is used to automatically place child-windows vertically from top-to-bottom, or bottom-to-top, depending on the child window's layout hints.


FXVerticalFrame(p, opts=0, x=0, y=0, w=0, h=0, pl=DEFAULT_SPACING, pr=DEFAULT_SPACING, pt=DEFAULT_SPACING, pb=DEFAULT_SPACING, hs=DEFAULT_SPACING, vs=DEFAULT_SPACING)

Construct a vertical frame layout manager.

ArgumentTypeDefaultDescription
pFXComposite  
optsInt0 
xInt0 
yInt0 
wInt0 
hInt0 
plIntDEFAULT_SPACING 
prIntDEFAULT_SPACING 
ptIntDEFAULT_SPACING 
pbIntDEFAULT_SPACING 
hsIntDEFAULT_SPACING 
vsIntDEFAULT_SPACING 


getDefaultHeight()

Return default height.

Reimplemented from FXPacker.

Reimplemented in AFXVerticalAligner.


getDefaultWidth()

Return default width.

Reimplemented from FXPacker.

Reimplemented in AFXVerticalAligner.