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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmContainerRelayout -- Container widget relayout function

SYNOPSIS
     #include <Xm/Container.h>
     void XmContainerRelayout(
     Widget container);

DESCRIPTION
     XmContainerRelayout forces a layout of all items in the Container using the
     XmNpositionIndex  and  XmNentryParent  constraint resources associated with
     each item.

     container Specifies the Container widget ID.

     For a complete definition of Container and its  associated  resources,  see
     XmContainer(3).

RELATED
     XmContainer(3).

							  XmContainerRelayout(3)

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

home | help