[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif 2.1 Widget Writer's Guide
XmeRedisplayGadgets
Redisplays all the gadget children of a manager
Format
#include <Xm/XmP.h>
void XmeRedisplayGadgetsWidget
widgetXEvent *eventRegion
region
DESCRIPTION
XmeRedisplayGadgets redisplays the gadget children of a manager widget. If
you set region to NULL, XmeRedisplayGadgets redisplays all
the gadget children of the manager widget. If you set region to
something other than NULL, XmeRedisplayGadgets redisplays all the
gadget children of the manager widget that fall partially or completely within
region.
widgetSpecifies a manager widget.
eventSpecifies a pointer to an event (typically, an expose event). This
argument will be passed through to the Intrinsics.
regionSpecifies the region to be redisplayed. All gadgets falling within this
region will be redisplayed. If you specify a value of NULL for
region, then all gadgets belonging to widget will be
redisplayed.
RELATED
XmeNavigChangeManaged(3), and XmGadget(3).
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]