Name

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

Synopsis

#include <Xm/XmP.h>
void XmeConfigureObject(widget, x, y, width, height, 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).