FXHorizontalSeparator

Horizontal separator


FXHorizontalSeparator(p, opts=SEPARATOR_GROOVE| LAYOUT_FILL_X, x=0, y=0, w=0, h=0, pl=1, pr=1, pt=0, pb=0)

Constructor.

ArgumentTypeDefaultDescription
pFXComposite  
optsIntSEPARATOR_GROOVE| LAYOUT_FILL_X 
xInt0 
yInt0 
wInt0 
hInt0 
plInt1 
prInt1 
ptInt0 
pbInt0 


getDefaultHeight()

Return default height.

Reimplemented from FXFrame.


getDefaultWidth()

Return default width.

Reimplemented from FXFrame.


Global flags

Separator Options

SEPARATOR_NONE

Nothing visible.

SEPARATOR_GROOVE

Etched-in looking groove.

SEPARATOR_RIDGE

Embossed looking ridge.

SEPARATOR_LINE

Simple line.