Class Fox::FXSeparator
In: rdoc-sources/FXSeparator.rb
Parent: FXFrame

A Separator widget is used to draw a horizontal or vertical divider between groups of controls. It is purely decorative. The separator may be drawn in various styles as determined by the SEPARATOR_NONE, SEPARATOR_GROOVE, SEPARATOR_RIDGE, and SEPARATOR_LINE options. Since its derived from Frame, it can also have the frame‘s border styles.

Separator options

SEPARATOR_NONE:Nothing visible
SEPARATOR_GROOVE:Etched-in looking groove
SEPARATOR_RIDGE:Embossed looking ridge
SEPARATOR_LINE:Simple line

Methods

new  

Attributes

separatorStyle  [RW]  Separator style, one of SEPARATOR_NONE, SEPARATOR_GROOVE, SEPARATOR_RIDGE or SEPARATOR_LINE [Integer]

Public Class methods

[Validate]