FXVerticalSeparator

Vertical separator


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

Constructor.

ArgumentTypeDefaultDescription
pFXComposite  
optsIntSEPARATOR_GROOVE| LAYOUT_FILL_Y 
xInt0 
yInt0 
wInt0 
hInt0 
plInt0 
prInt0 
ptInt1 
pbInt1 


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.