LessTif

LessTif Manual Page - Widget Classes

XmSeparator


[Resources] [Callbacks] [Inherited Resources] [Actions] [Public Functions] [Usage] [Example] [See Also]

Synopsis

Widget Class xmSeparatorWidgetClass
Public Header <Xm/Separator.h>
Private Header <Xm/SeparatorP.h>
Class Hierarchy Core:: XmPrimitive:: XmSeparator

Description

The Separator widget is a vertical or horizontal line that provide a space in a widget layout. The orientation of the line can be set using the XmNorientation resource and XmSeparatorType allows the selection of a variety of different style lines.


Resources

Name Class Type Default Access
XmNmargin XmCMargin Dimension0 CSG
XmNorientation XmCOrientation unsigned charXmHORIZONTAL CSG
XmNseparatorType XmCSeparatorType XmRSeparatorTypeXmSHADOW_ETCHED_IN CSG

Callbacks

Callback Resources

The Separator widget defines the following callback resources:

Under Construction

Callback Structure


Inherited Resources

XmSeparator inherits resources from the following widget classes:

Actions

Help()


Usage


Public Functions

The following function can be used to create a separator widget.
Widget XmCreateSeparator(Widget Parent,char *Name,Arg *arglist,Cardinal count);


See Also

Core, XmPrimitive, XmSeparatorGadget, Go Back to Index
Go Back to Main Index
Last Update:Fri 8 Dec 08:36:14 1995