FXHorizontalFrame

Horizontal frame layout manager widget is used to automatically place child-windows horizontally from left-to-right, or right-to-left, depending on the child window's layout hints.


FXHorizontalFrame(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 horizontal 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 FXStatusbar.


getDefaultWidth()

Return default width.

Reimplemented from FXPacker.

Reimplemented in FXStatusbar.