Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmvacreatecommand(3) [centos 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)

Check Out this Related Man Page

XmVaCreateMessageBox(library call)										XmVaCreateMessageBox(library call)

NAME
XmVaCreateMessageBox, XmVaCreateManagedMessageBox -- A MessageBox widget convenience creation functions. SYNOPSIS
#include <Xm/MessageB.h> Widget XmVaCreateMessageBox( Widget parent, String name, ...); Widget XmVaCreateManagedMessageBox( Widget parent, String name, ...); DESCRIPTION
These functions create an instance of a ToggleButtonGadget widget and returns the associated widget ID. These routines use the ANSI C variable-length argument list (varargs) calling convention. The XmVaCreateMessageBox function is a convenience routine that calls XtCreateWidget. The XmVaCreateMessageBox 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 MessageBox and its associated resources, see XmMessageBox(3). RETURN
Returns the MessageBox widget ID. RELATED
XmMessageBox(3), XmCreateMessageBox(3), XtCreateWidget(3), and XtCreateManagedWidget(3). XmVaCreateMessageBox(library call)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Command to find out user creation date

Is there a Command to find out user creation date ? or any other possible ways to find the same. (6 Replies)
Discussion started by: Crazy_murli
6 Replies

2. UNIX for Dummies Questions & Answers

String search - Command to find second occurance

Hi, I am new to Unix world. Is there any command which can directly return the second occurance of a particular string in a file? Basically, I want to read the contents of the file from the second occurance of a particualr string. Can be implemented using a loop, but am just wondering if there... (5 Replies)
Discussion started by: saurabhsinha23
5 Replies

3. Shell Programming and Scripting

Losing Command History from Prior Sessions

(0 Replies)
Discussion started by: boylepeterj
0 Replies

4. Shell Programming and Scripting

Command <<EOT ?

I saw someone use this line and sometimes I see it interchanged with EOF which I understand to mean end of file. What is the purpose of this usage? cat something <<EOT something else EOT (2 Replies)
Discussion started by: glev2005
2 Replies