[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Widget Writer's Guide


XmeConfigureObject

Changes a child's position, size, or border width

Format

#include <Xm/XmP.h>
void XmeConfigureObjectWidget
widgetPosition xPosition
yDimension widthDimension
heightDimension
border_width

DESCRIPTION

XmeConfigureObject is a Motif wrapper around the XtConfigureWidget call. Motif manager widgets should call XmeConfigureObject instead 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.

border_width
Specifies the border width of widget.

RELATED

XtConfigureWidget(3).


[ Previous | Next | Contents | Glossary | Home | Search ]