|
NAMEXmCreateSelectionBox — The SelectionBox widget creation functionSYNOPSIS#include <Xm/SelectioB.h> Widget XmCreateSelectionBox( Widget parent, String name, ArgList arglist, Cardinal argcount); DESCRIPTIONXmCreateSelectionBox creates an unmanaged SelectionBox. A SelectionBox is used to get a selection from a list of alternatives from the user and includes the following:
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.
For a complete definition of SelectionBox and its associated resources, see XmSelectionBox(3). RETURNReturns the SelectionBox widget ID.RELATEDXmSelectionBox(3). Visit the GSP FreeBSD Man Page Interface. |