Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmeConfigureObject(3X) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XmeConfigureObject(3X)    UNIX System V    XmeConfigureObject(3X)



     NAME
          XmeConfigureObject - Changes a child's position, size, or
          border width

     SYNOPSIS
          #include <Xm/XmP.h>
          void XmeConfigureObject(
          Widget widget,
          Position x,
          Position y,
          Dimension width,
          Dimension height,
          Dimension borderwidth);

     VERSION
          This page documents Motif 2.1.

     DESCRIPTION
          XmeConfigureObject is a Motif wrapper around the
          XtConfigureWidgetcall. Motif manager widgets should call
          XmeConfigureObjectinstead of XtConfigureObject. The
          XmeConfigureObject function can reconfigure Motif widgets or
          Motif gadgets. Furthermore, XmeConfigureObject automatically
          updates drop site information.

          widget    Specifies the child widget or gadget to be
                    reconfigured.

          x         Specifies the starting x-coordinate of widget
                    relative to its parent.

          y         Specifies the starting y-coordinate of widget
                    relative to its parent.

          width     Specifies the new width of widget.

          height    Specifies the new height of widget.

          borderwidth
                    Specifies the border width of widget.

     RELATED
          XtConfigureWidget(3).












     Page 1                                          (printed 1/22/99)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026