Next: Bulletin Board Widget Up: Working with mutiple Previous: Working with mutiple

Separator Widget


Class Pointer:  xmSeparatorWidgetClass
Class Name:     XmSeparator
Include File:   <Xm/Separator.h>
Superclass:     XmPrimitive
Description:
        Creates a separation line on the screen. The line can be horizontal
        or vertical. [Be sure to attach it to a form, or assign it a width, 
        or it will only appear as a dot on the screen.]

Resources:
Name                    Type                    Default
---------------------   ---------------------   ------------------------
XmNseparatorType        XmRSeparatorType        XmSHADOW_ETCHED_IN
XmNmargin               XmRShort                0
XmNorientation          XmROrientation          XmHORIZONTAL


morbe@enstb.enst-bretagne.fr