Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmCreateSelectionBox(3Xm) — RISC iX 1.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmSelectionBox(3Xm)

XmCreateSelectionBox(3Xm)  —  UNIX Programmer’s Manual

NAME

XmCreateSelectionBox — the SelectionBox widget creation function. 

SYNOPSIS

#include <Xm/SelectioB.h> Widget XmCreateSelectionBox (parent, name, arglist, argcount)
Widgetparent;
Stringname;
ArgListarglist;
Cardinalargcount;

DESCRIPTION

XmCreateSelectionBox creates an unmanaged SelectionBox.  A SelectionBox is used to get a selection from a list of alternatives from the user and includes the following:

•A scrolling list of alternatives. 

•An editable text field for the selected alternative. 

•Labels for the list and text field. 

•Three buttons. 

The default button labels are OK, Cancel, and Help.  An Apply button is created unmanaged and may be explicitly managed as needed.  One additional WorkArea child may be added to the SelectionBox after creation. 

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 SelectionBox and its associated resources, see XmSelectionBox(3Xm). 

RETURN VALUE

Returns the SelectionBox widget ID. 

RELATED INFORMATION

XmSelectionBox(3Xm)

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026