Name

XmeRedisplayGadgets — Redisplays all the gadget children of a manager

Synopsis

#include <Xm/XmP.h>
void XmeRedisplayGadgets(widget, event, 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.

widget 

Specifies a manager widget.

event 

Specifies a pointer to an event (typically, an expose event). This argument will be passed through to the Intrinsics.

region 

Specifies 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).