osf1 man page for xmcreatelabel

Query: xmcreatelabel

OS: osf1

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XmCreateLabel(3X)														 XmCreateLabel(3X)

NAME
XmCreateLabel - The Label widget creation function
SYNOPSIS
#include <Xm/Label.h> Widget XmCreateLabel (parent, name, arglist, argcount) Widget parent; String name; ArgList arglist; Cardinal argcount;
DESCRIPTION
XmCreateLabel creates an instance of a Label widget and returns the associated widget ID. Specifies the parent widget ID Specifies the name of the created widget Specifies the argument list Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of Label and its associated resources, see XmLabel(3X).
RETURN VALUE
Returns the Label widget ID.
SEE ALSO
XmLabel(3X) XmCreateLabel(3X)
Related Man Pages
xmcreateselectionbox(3x) - osf1
xmcreatesimplemenubar(3) - redhat
xmcreatesimplemenubar(3) - hpux
xmcreateworkarea(3) - hpux
xmcreatesimpleradiobox(3x) - osf1
Similar Topics in the Unix Linux Community
XWindows