t
CreSeA.sgm /main/8 1996/09/08 20:36:06 rws $
.fl \!!1 setgray .fl \.\" .fl \!!0 setgray .fl \" force out current output buffer \!!save /psv exch def currentpoint translate 0 0 moveto \!!/showpage{}def .fl \" prolog .sy sed -e 's/^/!/' \\$1\" bring in postscript file \!!psv restore . .. . ft \\*(f4 . ds f4\" ' br \} . ft \\*(f3 . ds f3\" ' br \} . ft \\*(f2 . ds f2\" ' br \} . ft \\*(f1 . ds f1\" ' br \} ..
"XmCreateSelectionBox" "3"
"NAME"
XmCreateSelectionBox \(em The SelectionBox widget creation function .iX "XmCreateSelectionBox" .iX "creation functions" "XmCreateSelectionBox"
"SYNOPSIS"

#include <Xm/SelectioB.h>
Widget XmCreateSelectionBox(
Widget parent,
String name,
ArgList arglist,
Cardinal argcount);
"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:

" \(bu" 6
A scrolling list of alternatives
" \(bu" 6
An editable text field for the selected alternative
" \(bu" 6
Labels for the list and text field
" \(bu" 6
Three or four buttons

The default button labels are OK, Cancel, and Help. By default, an Apply button is also created. If the parent of the SelectionBox is a DialogShell, it is managed; otherwise it is unmanaged. Additional work area children may be added to the SelectionBox after creation.

"parent" 10
Specifies the parent widget ID
"name" 10
Specifies the name of the created widget
"arglist" 10
Specifies the argument list
"argcount" 10
Specifies the number of attribute/value pairs in the argument list (arglist)

For a complete definition of SelectionBox and its associated resources, see XmSelectionBox(3).

"RETURN"

Returns the SelectionBox widget ID.

"RELATED"

XmSelectionBox(3). created by instant / docbook-to-man, Sun 22 Dec 1996, 20:21