[ 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.
widgetSpecifies the child widget or gadget to be reconfigured.
xSpecifies the starting x-coordinate of widget relative to its
parent.
ySpecifies the starting y-coordinate of widget relative to its
parent.
widthSpecifies the new width of widget.
heightSpecifies the new height of widget.
border_widthSpecifies the border width of widget.
RELATED
XtConfigureWidget(3).
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]