Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmtLayoutSeparator(3)	    Library Functions Manual	   XmtLayoutSeparator(3)

NAME
     XmtLayoutSeparator - an XmtLayout gadget that draws a line.

SYNOPSIS
     Include File:
	    #include <Xmt/LayoutG.h>

     Constructor:
	    XmtCreateLayoutSeparator()

     Class Name:
	    XmtLayoutSeparator

     Class Pointer:
	    xmtLayoutSeparatorGadgetClass

     Class Hierarchy:
	    RectObj -> XmtLayoutGadget -> XmtLayoutSeparator

DESCRIPTION
     The  XmtLayoutSeparator  is a gadget that draws an etched line or ``separa-
     tor'' horizontally or vertically in an XmtLayout widget. Because it is spe-
     cially implemented to work with the  Layout  widget,  it  is  significantly
     cheaper than using an XmLabel or XmLabelGadget for this purpose.

     RESOURCES

     The LayoutSeparator inherits the resources of the RectObj and XmtLayoutGad-
     get classes, and defines the following single new resource:

     +-----------------+----------------+----------------+--------+--------------+
     | Name	       | Type		| Class 	 | Access | Default	 |
     +-----------------+----------------+----------------+--------+--------------+
     | XmtNorientation | XmROrientation | XmCOrientation | CG	  | XmHORIZONTAL |
     +-----------------+----------------+----------------+--------+--------------+

     XmtNorientation
	    The  orientation  of  the separator. XmHORIZONTAL draws a horizontal
	    line, and XmVERTICAL draws a vertical line.  Note that the value  of
	    this resource cannot be changed once the gadget has been created.

SEE ALSO
     Chapter 19, The Layout Widget: The Details, XmtCreateLayoutSeparator(),
     XmtLayout, XmtLayoutBox, XmtLayoutPixmap, XmtLayoutSpace, XmtLayoutString.

Xmt				   Motif Tools		   XmtLayoutSeparator(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmtLayoutSeparator&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help