Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmCreateSeA(3X) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought



XmCreateSelectionBox(3X)         UNIX System V         XmCreateSelectionBox(3X)


NAME
      XmCreateSelectionBox - the SelectionBox widget creation function.


SYNOPSIS
      #include <Xm/SelectioB.h>

      Widget XmCreateSelectionBox (parent, name, arglist, argcount)
           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:

      ⊕  A scrolling list of alternatives

      ⊕  An editable text field for the selected alternative

      ⊕  Labels for the list and text field

      ⊕  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, and otherwise it is unmanaged.  One additional
      WorkArea child may be added to the SelectionBox after creation.


     parent Specifies the parent widget ID

     name   Specifies the name of the created widget

     arglist
             Specifies the argument list

     argcount
             Specifies the number of attribute/value pairs in the argument list
             (arglist)


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


RETURN VALUE
      Returns the SelectionBox widget ID.



10/89                                                                    Page 1







XmCreateSelectionBox(3X)         UNIX System V         XmCreateSelectionBox(3X)


RELATED INFORMATION
      XmSelectionBox(3X)




















































Page 2                                                                    10/89





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