XmCreateArrowButtonGadget(3Xm) — UNIX Programmer’s Manual
NAME
XmCreateArrowButtonGadget — the ArrowButtonGadget creation function.
SYNOPSIS
#include <Xm/ArrowB.h> Widget XmCreateArrowButtonGadget (parent, name, arglist, argcount)
Widgetparent;
Stringname;
ArgListarglist;
Cardinalargcount;
DESCRIPTION
XmCreateArrowButtonGadget creates an instance of an ArrowButtonGadget widget and returns the associated widget ID.
parentSpecifies the parent widget ID.
nameSpecifies the name of the created widget.
arglistSpecifies the argument list.
argcountSpecifies the number of attribute/value pairs in the argument list (arglist).
For a complete definition of ArrowButtonGadget and its associated resources, see XmArrowButtonGadget(3Xm).
RETURN VALUE
Returns the ArrowButtonGadget widget ID.
RELATED INFORMATION
7th Edition