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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmtLayoutSpace  - an XmtLayout gadget that places space between other items
     in the layout.

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

     Constructor:
	    XmtCreateLayoutSpace()

     Class Name:
	    XmtLayoutSpace

     Class Pointer:
	    xmtLayoutSpaceGadgetClass

     Class Hierarchy:
	    RectObj -> XmtLayoutGadget -> XmtLayoutSpace

DESCRIPTION
     The XmtLayoutSpace widget is a gadget that serves to place blank space  be-
     tween  items  in a row or column of an XmtLayout widget layout. The Layout-
     Space gadget has no visual appearance of its own, and defines no  resources
     of its own, but takes up space in a layout, and has all the same constraint
     resources that any other child of an Layout widget has.

     RESOURCES

     LayoutSpace  inherits  the  resources  of	the RectObj and Xmt LayoutGadget
     classes, but defines no new resources of its own.

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

Xmt				   Motif Tools		       XmtLayoutSpace(3)

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

home | help