Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmcommandappendvalue(3x) [osf1 man page]

XmCommandAppendValue(3X)												  XmCommandAppendValue(3X)

NAME
XmCommandAppendValue - A Command function that appends the passed XmString to the end of the string displayed in the command area of the widget SYNOPSIS
#include <Xm/Command.h> void XmCommandAppendValue (widget, command) Widget widget; XmString command; DESCRIPTION
XmCommandAppendValue appends the passed XmString to the end of the string displayed in the command area of the Command widget. Specifies the Command widget ID Specifies the passed XmString For a complete definition of Command and its associated resources, see XmCommand(3X). SEE ALSO
XmCommand(3X) XmCommandAppendValue(3X)

Check Out this Related Man Page

XmVaCreateCommand(library call) 										   XmVaCreateCommand(library call)

NAME
XmVaCreateCommand, XmVaCreateManagedCommand -- A Command widget convenience creation functions. SYNOPSIS
#include <Xm/Command.h> Widget XmVaCreateCommand( Widget parent, String name, ...); Widget XmVaCreateManagedCommand( Widget parent, String name, ...); DESCRIPTION
These functions create an instance of a Command widget and returns the associated widget ID. These routines use the ANSI C variable-length argument list (varargs) calling convention. The XmVaCreateCommand function is a convenience routine that calls XtCreateWidget. The XmVaCreateManagedCommand function is a convenience routine that calls XtCreateManagedWidget. parent Specifies the parent widget ID. name Specifies the name of the created widget. ... Specifies the variable argument list to override the resource defaults. For a complete definition of Command and its associated resources, see XmCommand(3). RETURN
Returns the Command widget ID. RELATED
XmCommand(3), XmCreateCommand(3), XtCreateWidget(3), and XtCreateManagedWidget(3). XmVaCreateCommand(library call)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies