The PushButton widget creation function
Format
#include <Xm/PushB.h> Widget XmCreatePushButton Widget parentString nameArgList arglistCardinal argcount
DESCRIPTION
XmCreatePushButton creates an instance of a PushButton widget and returns the associated widget ID.
For a complete definition of PushButton and its associated resources, see XmPushButton (3).
RETURN
Returns the PushButton widget ID.
RELATED