OSF/Motif Programmer's Reference

Front Matter


Table of Contents

Preface
Audience
Typographic Conventions
Manual Page Format

I. Reference Pages
mwm(1X) - mwm--The Motif Window Manager
uil(1X) - uil--The user interface language compiler
xmbind(1X) - xmbind--Configures virtual key bindings
ApplicationShell(3X) - ApplicationShell--The ApplicationShell widget class
Composite(3X) - Composite--The Composite widget class
Constraint(3X) - Constraint--The Constraint widget class
Core(3X) - Core--The Core widget class
MrmCloseHierarchy(3X) - MrmCloseHierarchy--Closes a UID hierarchy
MrmFetchBitmapLiteral(3X) - MrmFetchBitmapLiteral--Fetches a bitmap literal from a hierarchy
MrmFetchColorLiteral(3X) - MrmFetchColorLiteral--Fetches a named color literal from a UID file
MrmFetchIconLiteral(3X) - MrmFetchIconLiteral--Fetches an icon literal from a hierarchy
MrmFetchLiteral(3X) - MrmFetchLiteral--Fetches a literal from a UID file
MrmFetchSetValues(3X) - MrmFetchSetValues--Fetches the values to be set from literals stored in UID files
MrmFetchWidget(3X) - MrmFetchWidget--Fetches and creates any indexed (UIL named) application widgets and its children
MrmFetchWidgetOverride(3X) - MrmFetchWidgetOverride--Fetches any indexed (UIL named) application widget. It overrides the arguments specified for this application widget in UIL
MrmInitialize(3X) - MrmInitialize--Prepares an application to use MRM widget-fetching facilities
MrmOpenHierarchy(3X) - MrmOpenHierarchy--Allocates a hierarchy ID and opens all the UID files in the hierarchy
MrmOpenHierarchyPerDisplay(3X) - MrmOpenHierarchyPerDisplay--Allocates a hierarchy ID and opens all the UID files in the hierarchy
MrmRegisterClass(3X) - MrmRegisterClass--Saves the information needed for MRM to access the widget creation function for user-defined widgets
MrmRegisterNames(3X) - MrmRegisterNames--Registers the values associated with the names referenced in UIL (for example, UIL callback function names or UIL identifier names)
MrmRegisterNamesInHierarchy(3X) - MrmRegisterNamesInHierarchy--Registers the values associated with the names referenced in UIL within a single hierarchy (for example, UIL callback function names or UIL identifier names)
Object(3X) - Object--The Object widget class
OverrideShell(3X) - OverrideShell--The OverrideShell widget class
RectObj(3X) - RectObj--The RectObj widget class
Shell(3X) - Shell--The Shell widget class
TopLevelShell(3X) - TopLevelShell--The TopLevelShell widget class
TransientShell(3X) - TransientShell--The TransientShell widget class
Uil(3X) - Uil--Invokes the UIL compiler from within an application
UilDumpSymbolTable(3X) - UilDumpSymbolTable--Dumps the contents of a named UIL symbol table to standard output
VendorShell(3X) - VendorShell--The VendorShell widget class
VirtualBindings(3X) - VirtualBindings--Bindings for virtual mouse and key events
WMShell(3X) - WMShell--The WMShell widget class
XmActivateProtocol(3X) - XmActivateProtocol--A VendorShell function that activates a protocol
XmActivateWMProtocol(3X) - XmActivateWMProtocol--A VendorShell convenience interface that activates a protocol
XmAddProtocolCallback(3X) - XmAddProtocolCallback--A VendorShell function that adds client callbacks for a protocol
XmAddProtocols(3X) - XmAddProtocols--A VendorShell function that adds the protocols to the protocol manager and allocates the internal tables
XmAddTabGroup(3X) - XmAddTabGroup--A function that adds a manager or a primitive widget to the list of tab groups
XmAddWMProtocolCallback(3X) - XmAddWMProtocolCallback--A VendorShell convenience interface that adds client callbacks for a protocol
XmAddWMProtocols(3X) - XmAddWMProtocols--A VendorShell convenience interface that adds the protocols to the protocol manager and allocates the internal tables
XmArrowButton(3X) - XmArrowButton--The ArrowButton widget class
XmArrowButtonGadget(3X) - XmArrowButtonGadget--The ArrowButtonGadget widget class
XmBulletinBoard(3X) - XmBulletinBoard--The BulletinBoard widget class
XmCascadeButton(3X) - XmCascadeButton--The CascadeButton widget class
XmCascadeButtonGadget(3X) - XmCascadeButtonGadget--The CascadeButtonGadget widget class
XmCascadeButtonGadgetHighlight(3X) - XmCascadeButtonGadgetHighlight--A CascadeButtonGadget function that sets the highlight state
XmCascadeButtonHighlight(3X) - XmCascadeButtonHighlight--A CascadeButton and CascadeButtonGadget function that sets the highlight state
XmChangeColor(3X) - XmChangeColor--Recalculates all associated colors of a widget
XmClipboardCancelCopy(3X) - XmClipboardCancelCopy--A clipboard function that cancels a copy to the clipboard
XmClipboardCopy(3X) - XmClipboardCopy--A clipboard function that copies a data item to temporary storage for later copying to clipboard
XmClipboardCopyByName(3X) - XmClipboardCopyByName--A clipboard function that copies a data item passed by name
XmClipboardEndCopy(3X) - XmClipboardEndCopy--A clipboard function that ends a copy to the clipboard
XmClipboardEndRetrieve(3X) - XmClipboardEndRetrieve--A clipboard function that ends a copy from the clipboard
XmClipboardInquireCount(3X) - XmClipboardInquireCount--A clipboard function that returns the number of data item formats
XmClipboardInquireFormat(3X) - XmClipboardInquireFormat--A clipboard function that returns a specified format name
XmClipboardInquireLength(3X) - XmClipboardInquireLength--A clipboard function that returns the length of the stored data
XmClipboardInquirePendingItems(3X) - XmClipboardInquirePendingItems--A clipboard function that returns a list of data_id/private_id pairs
XmClipboardLock(3X) - XmClipboardLock--A clipboard function that locks the clipboard
XmClipboardRegisterFormat(3X) - XmClipboardRegisterFormat--A clipboard function that registers a new format
XmClipboardRetrieve(3X) - XmClipboardRetrieve--A clipboard function that retrieves a data item from the clipboard
XmClipboardStartCopy(3X) - XmClipboardStartCopy--A clipboard function that sets up a storage and data structure
XmClipboardStartRetrieve(3X) - XmClipboardStartRetrieve--A clipboard function that starts a copy from the clipboard
XmClipboardUndoCopy(3X) - XmClipboardUndoCopy--A clipboard function that deletes the last item placed on the clipboard
XmClipboardUnlock(3X) - XmClipboardUnlock--A clipboard function that unlocks the clipboard
XmClipboardWithdrawFormat(3X) - XmClipboardWithdrawFormat--A clipboard function that indicates that the application no longer wants to supply a data item
XmCommand(3X) - XmCommand--The Command widget class
XmCommandAppendValue(3X) - XmCommandAppendValue--A Command function that appends the passed XmString to the end of the string displayed in the command area of the widget
XmCommandError(3X) - XmCommandError--A Command function that displays an error message
XmCommandGetChild(3X) - XmCommandGetChild--A Command function that is used to access a component
XmCommandSetValue(3X) - XmCommandSetValue--A Command function that replaces a displayed string
XmConvertUnits(3X) - XmConvertUnits--A function that converts a value in one unit type to another unit type
XmCreateArrowButton(3X) - XmCreateArrowButton--The ArrowButton widget creation function
XmCreateArrowButtonGadget(3X) - XmCreateArrowButtonGadget--The ArrowButtonGadget creation function
XmCreateBulletinBoard(3X) - XmCreateBulletinBoard--The BulletinBoard widget creation function
XmCreateBulletinBoardDialog(3X) - XmCreateBulletinBoardDialog--The BulletinBoard BulletinBoardDialog convenience creation function
XmCreateCascadeButton(3X) - XmCreateCascadeButton--The CascadeButton widget creation function
XmCreateCascadeButtonGadget(3X) - XmCreateCascadeButtonGadget--The CascadeButtonGadget creation function
XmCreateCommand(3X) - XmCreateCommand--The Command widget creation function
XmCreateDialogShell(3X) - XmCreateDialogShell--The DialogShell widget creation function
XmCreateDragIcon(3X) - XmCreateDragIcon--A Drag and Drop function that creates a DragIcon widget
XmCreateDrawingArea(3X) - XmCreateDrawingArea--The DrawingArea widget creation function
XmCreateDrawnButton(3X) - XmCreateDrawnButton--The DrawnButton widget creation function
XmCreateErrorDialog(3X) - XmCreateErrorDialog--The MessageBox ErrorDialog convenience creation function
XmCreateFileSelectionBox(3X) - XmCreateFileSelectionBox--The FileSelectionBox widget creation function
XmCreateFileSelectionDialog(3X) - XmCreateFileSelectionDialog--The FileSelectionBox FileSelectionDialog convenience creation function
XmCreateForm(3X) - XmCreateForm--The Form widget creation function
XmCreateFormDialog(3X) - XmCreateFormDialog--A Form FormDialog convenience creation function
XmCreateFrame(3X) - XmCreateFrame--The Frame widget creation function
XmCreateInformationDialog(3X) - XmCreateInformationDialog--The MessageBox InformationDialog convenience creation function
XmCreateLabel(3X) - XmCreateLabel--The Label widget creation function
XmCreateLabelGadget(3X) - XmCreateLabelGadget--The LabelGadget creation function
XmCreateList(3X) - XmCreateList--The List widget creation function
XmCreateMainWindow(3X) - XmCreateMainWindow--The MainWindow widget creation function
XmCreateMenuBar(3X) - XmCreateMenuBar--A RowColumn widget convenience creation function
XmCreateMenuShell(3X) - XmCreateMenuShell--The MenuShell widget creation function
XmCreateMessageBox(3X) - XmCreateMessageBox--The MessageBox widget creation function
XmCreateMessageDialog(3X) - XmCreateMessageDialog--The MessageBox MessageDialog convenience creation function
XmCreateOptionMenu(3X) - XmCreateOptionMenu--A RowColumn widget convenience creation function
XmCreatePanedWindow(3X) - XmCreatePanedWindow--The PanedWindow widget creation function
XmCreatePopupMenu(3X) - XmCreatePopupMenu--A RowColumn widget convenience creation function
XmCreatePromptDialog(3X) - XmCreatePromptDialog--The SelectionBox PromptDialog convenience creation function
XmCreatePulldownMenu(3X) - XmCreatePulldownMenu--A RowColumn widget convenience creation function
XmCreatePushButton(3X) - XmCreatePushButton--The PushButton widget creation function
XmCreatePushButtonGadget(3X) - XmCreatePushButtonGadget--The PushButtonGadget creation function
XmCreateQuestionDialog(3X) - XmCreateQuestionDialog--The MessageBox QuestionDialog convenience creation function
XmCreateRadioBox(3X) - XmCreateRadioBox--A RowColumn widget convenience creation function
XmCreateRowColumn(3X) - XmCreateRowColumn--The RowColumn widget creation function
XmCreateScale(3X) - XmCreateScale--The Scale widget creation function
XmCreateScrollBar(3X) - XmCreateScrollBar--The ScrollBar widget creation function
XmCreateScrolledList(3X) - XmCreateScrolledList--The List ScrolledList convenience creation function
XmCreateScrolledText(3X) - XmCreateScrolledText--The TextScrolledText convenience creation function
XmCreateScrolledWindow(3X) - XmCreateScrolledWindow--The ScrolledWindow widget creation function
XmCreateSelectionBox(3X) - XmCreateSelectionBox--The SelectionBox widget creation function
XmCreateSelectionDialog(3X) - XmCreateSelectionDialog--The SelectionBox SelectionDialog convenience creation function
XmCreateSeparator(3X) - XmCreateSeparator--The Separator widget creation function
XmCreateSeparatorGadget(3X) - XmCreateSeparatorGadget--The SeparatorGadget creation function
XmCreateSimpleCheckBox(3X) - XmCreateSimpleCheckBox--A RowColumn widget convenience creation function
XmCreateSimpleMenuBar(3X) - XmCreateSimpleMenuBar--A RowColumn widget convenience creation function
XmCreateSimpleOptionMenu(3X) - XmCreateSimpleOptionMenu--A RowColumn widget convenience creation function
XmCreateSimplePopupMenu(3X) - XmCreateSimplePopupMenu--A RowColumn widget convenience creation function
XmCreateSimplePulldownMenu(3X) - XmCreateSimplePulldownMenu--A RowColumn widget convenience creation function
XmCreateSimpleRadioBox(3X) - XmCreateSimpleRadioBox--A RowColumn widget convenience creation function
XmCreateTemplateDialog(3X) - XmCreateTemplateDialog--A MessageBox TemplateDialog convenience creation function
XmCreateText(3X) - XmCreateText--The Text widget creation function
XmCreateTextField(3X) - XmCreateTextField--The TextField widget creation function
XmCreateToggleButton(3X) - XmCreateToggleButton--The ToggleButton widget creation function
XmCreateToggleButtonGadget(3X) - XmCreateToggleButtonGadget--The ToggleButtonGadget creation function
XmCreateWarningDialog(3X) - XmCreateWarningDialog--The MessageBox WarningDialog convenience creation function
XmCreateWorkArea(3X) - XmCreateWorkArea--A function that creates a RowColumn work area
XmCreateWorkingDialog(3X) - XmCreateWorkingDialog--The MessageBox WorkingDialog convenience creation function
XmCvtCTToXmString(3X) - XmCvtCTToXmString--A compound string function that converts compound text to a compound string
XmCvtStringToUnitType(3X) - XmCvtStringToUnitType--A function that converts a string to a unit-type value
XmCvtXmStringToCT(3X) - XmCvtXmStringToCT--A compound string function that converts a compound string to compound text
XmDeactivateProtocol(3X) - XmDeactivateProtocol--A VendorShell function that deactivates a protocol without removing it
XmDeactivateWMProtocol(3X) - XmDeactivateWMProtocol--A VendorShell convenience interface that deactivates a protocol without removing it
XmDestroyPixmap(3X) - XmDestroyPixmap--A pixmap caching function that removes a pixmap from the pixmap cache
XmDialogShell(3X) - XmDialogShell--The DialogShell widget class
XmDisplay(3X) - XmDisplay--The Display widget class
XmDragCancel(3X) - XmDragCancel--A Drag and Drop function that terminates a drag transaction
XmDragContext(3X) - XmDragContext--The DragContext widget class
XmDragIcon(3X) - XmDragIcon--The DragIcon widget class
XmDragStart(3X) - XmDragStart--A Drag and Drop function that initiates a drag and drop transaction
XmDrawingArea(3X) - XmDrawingArea--The DrawingArea widget class
XmDrawnButton(3X) - XmDrawnButton--The DrawnButton widget class
XmDropSite(3X) - XmDropSite--The DropSite Registry
XmDropSiteConfigureStackingOrder(3X) - XmDropSiteConfigureStackingOrder--A Drag and Drop function that reorders a stack of widgets that are registered drop sites
XmDropSiteEndUpdate(3X) - XmDropSiteEndUpdate--A Drag and Drop function that facilitates processing updates to multiple drop sites
XmDropSiteQueryStackingOrder(3X) - XmDropSiteQueryStackingOrder--A Drag and Drop function that returns the parent, a list of children, and the number of children for a specified widget
XmDropSiteRegister(3X) - XmDropSiteRegister--A Drag and Drop function that identifies a drop site and assigns resources that specify its behavior
XmDropSiteRetrieve(3X) - XmDropSiteRetrieve--A Drag and Drop function that retrieves resource values set on a drop site
XmDropSiteStartUpdate(3X) - XmDropSiteStartUpdate--A Drag and Drop function that facilitates processing updates to multiple drop sites
XmDropSiteUnregister(3X) - XmDropSiteUnregister--A Drag and Drop function that frees drop site information
XmDropSiteUpdate(3X) - XmDropSiteUpdate--A Drag and Drop function that sets resource values for a drop site
XmDropTransfer(3X) - XmDropTransfer--The DropTransfer widget class
XmDropTransferAdd(3X) - XmDropTransferAdd--A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop transfer
XmDropTransferStart(3X) - XmDropTransferStart--A Drag and Drop function that initiates a drop transfer
XmFileSelectionBox(3X) - XmFileSelectionBox--The FileSelectionBox widget class
XmFileSelectionBoxGetChild(3X) - XmFileSelectionBoxGetChild--A FileSelectionBox function used to access a component
XmFileSelectionDoSearch(3X) - XmFileSelectionDoSearch--A FileSelectionBox function that initiates a directory search
XmFontList(3X) - XmFontList--Data type for a font list
XmFontListAdd(3X) - XmFontListAdd--A font list function that creates a new font list
XmFontListAppendEntry(3X) - XmFontListAppendEntry--A font list function that appends an entry to a font list
XmFontListCopy(3X) - XmFontListCopy--A font list function that copies a font list
XmFontListCreate(3X) - XmFontListCreate--A font list function that creates a font list
XmFontListEntryCreate(3X) - XmFontListEntryCreate--A font list function that creates a font list entry
XmFontListEntryFree(3X) - XmFontListEntryFree--A font list function that recovers memory used by a font list entry
XmFontListEntryGetFont(3X) - XmFontListEntryGetFont--A font list function that retrieves font information from a font list entry
XmFontListEntryGetTag(3X) - XmFontListEntryGetTag--A font list function that retrieves the tag of a font list entry
XmFontListEntryLoad(3X) - XmFontListEntryLoad--A font list function that loads a font or creates a font set and creates an accompanying font list entry
XmFontListFree(3X) - XmFontListFree--A font list function that recovers memory used by a font list
XmFontListFreeFontContext(3X) - XmFontListFreeFontContext--A font list function that instructs the toolkit that the font list context is no longer needed
XmFontListGetNextFont(3X) - XmFontListGetNextFont--A font list function that allows applications to access the fonts and character sets in a font list
XmFontListInitFontContext(3X) - XmFontListInitFontContext--A font list function that allows applications to access the entries in a font list
XmFontListNextEntry(3X) - XmFontListNextEntry--A font list function that returns the next entry in a font list
XmFontListRemoveEntry(3X) - XmFontListRemoveEntry--A font list function that removes a font list entry from a font list
XmForm(3X) - XmForm--The Form widget class
XmFrame(3X) - XmFrame--The Frame widget class
XmGadget(3X) - XmGadget--The Gadget widget class
XmGetAtomName(3X) - XmGetAtomName--A function that returns the string representation for an atom
XmGetColorCalculation(3X) - XmGetColorCalculation--A function to get the procedure used for default color calculation
XmGetColors(3X) - XmGetColors--A function that generates foreground, select, and shadow colors
XmGetDestination(3X) - XmGetDestination--A function that returns the widget ID of the widget to be used as the current destination for quick paste and certain clipboard operations
XmGetDragContext(3X) - XmGetDragContext--A Drag and Drop function that retrieves the DragContext widget ID associated with a timestamp
XmGetFocusWidget(3X) - XmGetFocusWidget--Returns the ID of the widget that has keyboard focus
XmGetMenuCursor(3X) - XmGetMenuCursor--A function that returns the cursor ID for the current menu cursor
XmGetPixmap(3X) - XmGetPixmap--A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap
XmGetPixmapByDepth(3X) - XmGetPixmapByDepth--A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap
XmGetPostedFromWidget(3X) - XmGetPostedFromWidget--A RowColumn function that returns the widget from which a menu was posted
XmGetSecondaryResourceData(3X) - XmGetSecondaryResourceData--A function that provides access to secondary widget resource data
XmGetTabGroup(3X) - XmGetTabGroup--Returns the widget ID of a tab group
XmGetTearOffControl(3X) - XmGetTearOffControl--A RowColumn function that obtains the widget ID for the tear-off control in a menu
XmGetVisibility(3X) - XmGetVisibility--A function that determines if a widget is visible
XmGetXmDisplay(3X) - XmGetXmDisplay--A Display function that returns the XmDisplay object ID for a specified display
XmGetXmScreen(3X) - XmGetXmScreen--A Screen function that returns the XmScreen object ID for a specified screen
XmInstallImage(3X) - XmInstallImage--A pixmap caching function that adds an image to the pixmap cache
XmInternAtom(3X) - XmInternAtom--A function that returns an atom for a given name
XmIsMotifWMRunning(3X) - XmIsMotifWMRunning--A function that determines whether the window manager is running
XmIsTraversable(3X) - XmIsTraversable--A function that identifies whether a widget can be traversed
XmLabel(3X) - XmLabel--The Label widget class
XmLabelGadget(3X) - XmLabelGadget--The LabelGadget widget class
XmList(3X) - XmList--The List widget class
XmListAddItem(3X) - XmListAddItem--A List function that adds an item to the list
XmListAddItemUnselected(3X) - XmListAddItemUnselected--A List function that adds an item to the list
XmListAddItems(3X) - XmListAddItems--A List function that adds items to the list
XmListAddItemsUnselected(3X) - XmListAddItemsUnselected--A List function that adds items to a list
XmListDeleteAllItems(3X) - XmListDeleteAllItems--A List function that deletes all items from the list
XmListDeleteItem(3X) - XmListDeleteItem--A List function that deletes an item from the list
XmListDeleteItems(3X) - XmListDeleteItems--A List function that deletes items from the list
XmListDeleteItemsPos(3X) - XmListDeleteItemsPos--A List function that deletes items from the list starting at the given position
XmListDeletePos(3X) - XmListDeletePos--A List function that deletes an item from a list at a specified position
XmListDeletePositions(3X) - XmListDeletePositions--A List function that deletes items from a list based on an array of positions
XmListDeselectAllItems(3X) - XmListDeselectAllItems--A List function that unhighlights and removes all items from the selected list
XmListDeselectItem(3X) - XmListDeselectItem--A List function that deselects the specified item from the selected list
XmListDeselectPos(3X) - XmListDeselectPos--A List function that deselects an item at a specified position in the list
XmListGetKbdItemPos(3X) - XmListGetKbdItemPos--A List function that returns the position of the item at the location cursor
XmListGetMatchPos(3X) - XmListGetMatchPos--A List function that returns all instances of an item in the list
XmListGetSelectedPos(3X) - XmListGetSelectedPos--A List function that returns the position of every selected item in the list
XmListItemExists(3X) - XmListItemExists--A List function that checks if a specified item is in the list
XmListItemPos(3X) - XmListItemPos--A List function that returns the position of an item in the list
XmListPosSelected(3X) - XmListPosSelected--A List function that determines if the list item at a specified position is selected
XmListPosToBounds(3X) - XmListPosToBounds--A List function that returns the bounding box of an item at a specified position in a list
XmListReplaceItems(3X) - XmListReplaceItems--A List function that replaces the specified elements in the list
XmListReplaceItemsPos(3X) - XmListReplaceItemsPos--A List function that replaces the specified elements in the list
XmListReplaceItemsPosUnselected(3X) - XmListReplaceItemsPosUnselected--A List function that replaces items in a list without selecting the replacement items
XmListReplaceItemsUnselected(3X) - XmListReplaceItemsUnselected--A List function that replaces items in a list
XmListReplacePositions(3X) - XmListReplacePositions--A List function that replaces items in a list based on position
XmListSelectItem(3X) - XmListSelectItem--A List function that selects an item in the list
XmListSelectPos(3X) - XmListSelectPos--A List function that selects an item at a specified position in the list
XmListSetAddMode(3X) - XmListSetAddMode--A List function that sets add mode in the list
XmListSetBottomItem(3X) - XmListSetBottomItem--A List function that makes an existing item the last visible item in the list
XmListSetBottomPos(3X) - XmListSetBottomPos--A List function that makes a specified item the last visible item in the list
XmListSetHorizPos(3X) - XmListSetHorizPos--A List function that scrolls to the specified position in the list
XmListSetItem(3X) - XmListSetItem--A List function that makes an existing item the first visible item in the list
XmListSetKbdItemPos(3X) - XmListSetKbdItemPos--A List function that sets the location cursor at a specified position
XmListSetPos(3X) - XmListSetPos--A List function that makes the item at the given position the first visible position in the list
XmListUpdateSelectedList(3X) - XmListUpdateSelectedList--A List function that updates the XmNselectedItems resource
XmListYToPos(3X) - XmListYToPos--A List function that returns the position of the item at a specified y-coordinate
XmMainWindow(3X) - XmMainWindow--The MainWindow widget class
XmMainWindowSep1(3X) - XmMainWindowSep1--A MainWindow function that returns the widget ID of the first Separator widget
XmMainWindowSep2(3X) - XmMainWindowSep2--A MainWindow function that returns the widget ID of the second Separator widget
XmMainWindowSep3(3X) - XmMainWindowSep3--A MainWindow function that returns the widget ID of the third Separator widget
XmMainWindowSetAreas(3X) - XmMainWindowSetAreas--A MainWindow function that identifies manageable children for each area
XmManager(3X) - XmManager--The Manager widget class
XmMapSegmentEncoding(3X) - XmMapSegmentEncoding--A compound string function that returns the compound text encoding format associated with the specified font list tag
XmMenuPosition(3X) - XmMenuPosition--A RowColumn function that positions a Popup MenuPane
XmMenuShell(3X) - XmMenuShell--The MenuShell widget class
XmMessageBox(3X) - XmMessageBox--The MessageBox widget class
XmMessageBoxGetChild(3X) - XmMessageBoxGetChild--A MessageBox function that is used to access a component
XmOptionButtonGadget(3X) - XmOptionButtonGadget--A RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu
XmOptionLabelGadget(3X) - XmOptionLabelGadget--A RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu
XmPanedWindow(3X) - XmPanedWindow--The PanedWindow widget class
XmPrimitive(3X) - XmPrimitive--The Primitive widget class
XmProcessTraversal(3X) - XmProcessTraversal--A function that determines which component receives keyboard events when a widget has the focus
XmPushButton(3X) - XmPushButton--The PushButton widget class
XmPushButtonGadget(3X) - XmPushButtonGadget--The PushButtonGadget widget class
XmRegisterSegmentEncoding(3X) - XmRegisterSegmentEncoding--A compound string function that registers a compound text encoding format for a specified font list element tag
XmRemoveProtocolCallback(3X) - XmRemoveProtocolCallback--A VendorShell function that removes a callback from the internal list
XmRemoveProtocols(3X) - XmRemoveProtocols--A VendorShell function that removes the protocols from the protocol manager and deallocates the internal tables
XmRemoveTabGroup(3X) - XmRemoveTabGroup--A function that removes a tab group
XmRemoveWMProtocolCallback(3X) - XmRemoveWMProtocolCallback--A VendorShell convenience interface that removes a callback from the internal list
XmRemoveWMProtocols(3X) - XmRemoveWMProtocols--A VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the internal tables
XmRepTypeAddReverse(3X) - XmRepTypeAddReverse--A representation type manager function that installs the reverse converter for a previously registered representation type
XmRepTypeGetId(3X) - XmRepTypeGetId--A representation type manager function that retrieves the identification number of a representation type
XmRepTypeGetNameList(3X) - XmRepTypeGetNameList--A representation type manager function that generates a list of values for a representation type
XmRepTypeGetRecord(3X) - XmRepTypeGetRecord--A representation type manager function that returns information about a representation type
XmRepTypeGetRegistered(3X) - XmRepTypeGetRegistered--A representation type manager function that returns a copy of the registration list
XmRepTypeInstallTearOffModelConverter(3X) - XmRepTypeInstallTearOffModelConverter--A representation type manager function that installs the resource converter for XmNtearOffModel.
XmRepTypeRegister(3X) - XmRepTypeRegister--A representation type manager function that registers a representation type resource
XmRepTypeValidValue(3X) - XmRepTypeValidValue--A representation type manager function that tests the validity of a numerical value of a representation type resource
XmResolveAllPartOffsets(3X) - XmResolveAllPartOffsets--A function that allows writing of upward-compatible applications and widgets
XmResolvePartOffsets(3X) - XmResolvePartOffsets--A function that allows writing of upward-compatible applications and widgets
XmRowColumn(3X) - XmRowColumn--The RowColumn widget class
XmScale(3X) - XmScale--The Scale widget class
XmScaleGetValue(3X) - XmScaleGetValue--A Scale function that returns the current slider position
XmScaleSetValue(3X) - XmScaleSetValue--A Scale function that sets a slider value
XmScreen(3X) - XmScreen--The Screen widget class
XmScrollBar(3X) - XmScrollBar--The ScrollBar widget class
XmScrollBarGetValues(3X) - XmScrollBarGetValues--A ScrollBar function that returns the ScrollBar's increment values
XmScrollBarSetValues(3X) - XmScrollBarSetValues--A ScrollBar function that changes ScrollBar's increment values and the slider's size and position
XmScrollVisible(3X) - XmScrollVisible--A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible
XmScrolledWindow(3X) - XmScrolledWindow--The ScrolledWindow widget class
XmScrolledWindowSetAreas(3X) - XmScrolledWindowSetAreas--A ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget
XmSelectionBox(3X) - XmSelectionBox--The SelectionBox widget class
XmSelectionBoxGetChild(3X) - XmSelectionBoxGetChild--A SelectionBox function that is used to access a component
XmSeparator(3X) - XmSeparator--The Separator widget class
XmSeparatorGadget(3X) - XmSeparatorGadget--The SeparatorGadget widget class
XmSetColorCalculation(3X) - XmSetColorCalculation--A function to set the procedure used for default color calculation
XmSetFontUnit(3X) - XmSetFontUnit--A function that sets the font unit value for a display
XmSetFontUnits(3X) - XmSetFontUnits--A function that sets the font unit value for a display
XmSetMenuCursor(3X) - XmSetMenuCursor--A function that modifies the menu cursor for a client
XmSetProtocolHooks(3X) - XmSetProtocolHooks--A VendorShell function that allows pre and post actions to be executed when a protocol message is received from MWM
XmSetWMProtocolHooks(3X) - XmSetWMProtocolHooks--A VendorShell convenience interface that allows pre and post actions to be executed when a protocol message is received from the window manager
XmString(3X) - XmString--Data type for a compound string
XmStringBaseline(3X) - XmStringBaseline--A compound string function that returns the number of pixels between the top of the character box and the baseline of the first line of text
XmStringByteCompare(3X) - XmStringByteCompare--A compound string function that indicates the results of a byte-by-byte comparison
XmStringCompare(3X) - XmStringCompare--A compound string function that compares two strings
XmStringConcat(3X) - XmStringConcat--A compound string function that appends one string to another
XmStringCopy(3X) - XmStringCopy--A compound string function that makes a copy of a string
XmStringCreate(3X) - XmStringCreate--A compound string function that creates a compound string
XmStringCreateLocalized(3X) - XmStringCreateLocalized--A compound string function that creates a compound string in the current locale
XmStringCreateLtoR(3X) - XmStringCreateLtoR--A compound string function that creates a compound string
XmStringCreateSimple(3X) - XmStringCreateSimple--A compound string function that creates a compound string in the language environment of a widget
XmStringDirection(3X) - XmStringDirection--Data type for the direction of display in a string
XmStringDirectionCreate(3X) - XmStringDirectionCreate--A compound string function that creates a compound string
XmStringDraw(3X) - XmStringDraw--A compound string function that draws a compound string in an X window
XmStringDrawImage(3X) - XmStringDrawImage--A compound string function that draws a compound string in an X Window and creates an image
XmStringDrawUnderline(3X) - XmStringDrawUnderline--A compound string function that underlines a string drawn in an X Window
XmStringEmpty(3X) - XmStringEmpty--A compound string function that provides information on the existence of non-zero length text components
XmStringExtent(3X) - XmStringExtent--A compound string function that determines the size of the smallest rectangle that will enclose the compound string
XmStringFree(3X) - XmStringFree--A compound string function that recovers memory
XmStringFreeContext(3X) - XmStringFreeContext--A compound string function that instructs the toolkit that the context is no longer needed
XmStringGetLtoR(3X) - XmStringGetLtoR--A compound string function that searches for a text segment in the input compound string
XmStringGetNextComponent(3X) - XmStringGetNextComponent--A compound string function that returns the type and value of the next component in a compound string
XmStringGetNextSegment(3X) - XmStringGetNextSegment--A compound string function that fetches the octets in the next segment of a compound string
XmStringHasSubstring(3X) - XmStringHasSubstring--A compound string function that indicates whether one compound string is contained within another
XmStringHeight(3X) - XmStringHeight--A compound string function that returns the line height of the given compound string
XmStringInitContext(3X) - XmStringInitContext--A compound string function that allows applications to read out the content segment by segment
XmStringLength(3X) - XmStringLength--A compound string function that obtains the length of a compound string
XmStringLineCount(3X) - XmStringLineCount--A compound string function that returns the number of separators plus one in the provided compound string
XmStringNConcat(3X) - XmStringNConcat--A compound string function that appends a specified number of bytes to a compound string
XmStringNCopy(3X) - XmStringNCopy--A compound string function that creates a copy of a compound string
XmStringPeekNextComponent(3X) - XmStringPeekNextComponent--A compound string function that returns the component type of the next component fetched
XmStringSegmentCreate(3X) - XmStringSegmentCreate--A compound string function that creates a compound string
XmStringSeparatorCreate(3X) - XmStringSeparatorCreate--A compound string function that creates a compound string
XmStringTable(3X) - XmStringTable--Data type for an array of compound strings
XmStringWidth(3X) - XmStringWidth--A compound string function that returns the width of the longest sequence of text components in a compound string
XmTargetsAreCompatible(3X) - XmTargetsAreCompatible--A function that tests whether the target types match between a drop site and source object
XmText(3X) - XmText--The Text widget class
XmTextClearSelection(3X) - XmTextClearSelection--A Text function that clears the primary selection
XmTextCopy(3X) - XmTextCopy--A Text function that copies the primary selection to the clipboard
XmTextCut(3X) - XmTextCut--A Text function that copies the primary selection to the clipboard and deletes the selected text
XmTextDisableRedisplay(3X) - XmTextDisableRedisplay--A Text function that temporarily prevents visual update of the Text widget
XmTextEnableRedisplay(3X) - XmTextEnableRedisplay--A Text function that forces the visual update of a Text widget
XmTextField(3X) - XmTextField--The TextField class
XmTextFieldClearSelection(3X) - XmTextFieldClearSelection--A TextField function that clears the primary selection
XmTextFieldCopy(3X) - XmTextFieldCopy--A TextField function that copies the primary selection to the clipboard
XmTextFieldCut(3X) - XmTextFieldCut--A TextField function that copies the primary selection to the clipboard and deletes the selected text
XmTextFieldGetBaseline(3X) - XmTextFieldGetBaseline--A TextField function that accesses thex position of the first baseline
XmTextFieldGetEditable(3X) - XmTextFieldGetEditable--A TextField function that accesses the edit permission state
XmTextFieldGetInsertionPosition(3X) - XmTextFieldGetInsertionPosition--A TextField function that accesses the position of the insertion cursor
XmTextFieldGetLastPosition(3X) - XmTextFieldGetLastPosition--A TextField function that accesses the position of the last text character
XmTextFieldGetMaxLength(3X) - XmTextFieldGetMaxLength--A TextField function that accesses the value of the current maximum allowable length of a text string entered from the keyboard
XmTextFieldGetSelection(3X) - XmTextFieldGetSelection--A TextField function that retrieves the value of the primary selection
XmTextFieldGetSelectionPosition(3X) - XmTextFieldGetSelectionPosition--A TextField function that accesses the position of the primary selection
XmTextFieldGetSelectionWcs(3X) - XmTextFieldGetSelectionWcs--A TextField function that retrieves the value of a wide character encoded primary selection
XmTextFieldGetString(3X) - XmTextFieldGetString--A TextField function that accesses the string value
XmTextFieldGetStringWcs(3X) - XmTextFieldGetStringWcs--A TextField function that retrieves a copy of the wide character string value of a TextField widget
XmTextFieldGetSubstring(3X) - XmTextFieldGetSubstring--A TextField function that retrieves a copy of a portion of the internal text buffer
XmTextFieldGetSubstringWcs(3X) - XmTextFieldGetSubstringWcs--A TextField function that retrieves a a portion of a wide character internal text buffer
XmTextFieldInsert(3X) - XmTextFieldInsert--A TextField function that inserts a character string into a text string
XmTextFieldInsertWcs(3X) - XmTextFieldInsertWcs--A TextField function that inserts a wide character string into a TextField widget
XmTextFieldPaste(3X) - XmTextFieldPaste--A TextField function that inserts the clipboard selection
XmTextFieldPosToXY(3X) - XmTextFieldPosToXY--A TextField function that accesses the x and y position of a character position
XmTextFieldRemove(3X) - XmTextFieldRemove--A TextField function that deletes the primary selection
XmTextFieldReplace(3X) - XmTextFieldReplace--A TextField function that replaces part of a text string
XmTextFieldReplaceWcs(3X) - XmTextFieldReplaceWcs--A TextField function that replaces part of a wide character string in a TextField widget
XmTextFieldSetAddMode(3X) - XmTextFieldSetAddMode--A TextField function that sets the state of Add Mode
XmTextFieldSetEditable(3X) - XmTextFieldSetEditable--A TextField function that sets the edit permission
XmTextFieldSetHighlight(3X) - XmTextFieldSetHighlight--A TextField function that highlights text
XmTextFieldSetInsertionPosition(3X) - XmTextFieldSetInsertionPosition--A TextField function that sets the position of the insertion cursor
XmTextFieldSetMaxLength(3X) - XmTextFieldSetMaxLength--A TextField function that sets the value of the current maximum allowable length of a text string entered from the keyboard
XmTextFieldSetSelection(3X) - XmTextFieldSetSelection--A TextField function that sets the primary selection of the text
XmTextFieldSetString(3X) - XmTextFieldSetString--A TextField function that sets the string value
XmTextFieldSetStringWcs(3X) - XmTextFieldSetStringWcs--A TextField function that sets a wide character string value
XmTextFieldShowPosition(3X) - XmTextFieldShowPosition--A TextField function that forces text at a given position to be displayed
XmTextFieldXYToPos(3X) - XmTextFieldXYToPos--A TextField function that accesses the character position nearest an x and y position
XmTextFindString(3X) - XmTextFindString--A Text function that finds the beginning position of a text string
XmTextFindStringWcs(3X) - XmTextFindStringWcs--A Text function that finds the beginning position of a wide character text string
XmTextGetBaseline(3X) - XmTextGetBaseline--A Text function that accesses thex position of the first baseline
XmTextGetEditable(3X) - XmTextGetEditable--A Text function that accesses the edit permission state
XmTextGetInsertionPosition(3X) - XmTextGetInsertionPosition--A Text function that accesses the position of the insert cursor
XmTextGetLastPosition(3X) - XmTextGetLastPosition--A Text function that accesses the last position in the text
XmTextGetMaxLength(3X) - XmTextGetMaxLength--A Text function that accesses the value of the current maximum allowable length of a text string entered from the keyboard
XmTextGetSelection(3X) - XmTextGetSelection--A Text function that retrieves the value of the primary selection
XmTextGetSelectionPosition(3X) - XmTextGetSelectionPosition--A Text function that accesses the position of the primary selection
XmTextGetSelectionWcs(3X) - XmTextGetSelectionWcs--A Text function that retrieves the value of a wide character encoded primary selection
XmTextGetSource(3X) - XmTextGetSource--A Text function that accesses the source of the widget
XmTextGetString(3X) - XmTextGetString--A Text function that accesses the string value
XmTextGetStringWcs(3X) - XmTextGetStringWcs--A Text function that retrieves a copy of the wide character string value of a Text widget
XmTextGetSubstring(3X) - XmTextGetSubstring--A Text function that retrieves a copy of a portion of the internal text buffer
XmTextGetSubstringWcs(3X) - XmTextGetSubstringWcs--A Text function that retrieves a portion of a wide character internal text buffer
XmTextGetTopCharacter(3X) - XmTextGetTopCharacter--A Text function that accesses the position of the first character displayed
XmTextInsert(3X) - XmTextInsert--A Text function that inserts a character string into a text string
XmTextInsertWcs(3X) - XmTextInsertWcs--A Text function that inserts a wide character string into a Text widget
XmTextPaste(3X) - XmTextPaste--A Text function that inserts the clipboard selection
XmTextPosToXY(3X) - XmTextPosToXY--A Text function that accesses the x and y position of a character position
XmTextPosition(3X) - XmTextPosition--Data type for a character position within a text string
XmTextRemove(3X) - XmTextRemove--A Text function that deletes the primary selection
XmTextReplace(3X) - XmTextReplace--A Text function that replaces part of a text string
XmTextReplaceWcs(3X) - XmTextReplaceWcs--A Text function that replaces part of a wide character string in a Text widget
XmTextScroll(3X) - XmTextScroll--A Text function that scrolls text
XmTextSetAddMode(3X) - XmTextSetAddMode--A Text function that sets the state of Add Mode
XmTextSetEditable(3X) - XmTextSetEditable--A Text function that sets the edit permission
XmTextSetHighlight(3X) - XmTextSetHighlight--A Text function that highlights text
XmTextSetInsertionPosition(3X) - XmTextSetInsertionPosition--A Text function that sets the position of the insert cursor
XmTextSetMaxLength(3X) - XmTextSetMaxLength--A Text function that sets the value of the current maximum allowable length of a text string entered from the keyboard
XmTextSetSelection(3X) - XmTextSetSelection--A Text function that sets the primary selection of the text
XmTextSetSource(3X) - XmTextSetSource--A Text function that sets the source of the widget
XmTextSetString(3X) - XmTextSetString--A Text function that sets the string value
XmTextSetStringWcs(3X) - XmTextSetStringWcs--A Text function that sets a wide character string value
XmTextSetTopCharacter(3X) - XmTextSetTopCharacter--A Text function that sets the position of the first character displayed
XmTextShowPosition(3X) - XmTextShowPosition--A Text function that forces text at a given position to be displayed
XmTextXYToPos(3X) - XmTextXYToPos--A Text function that accesses the character position nearest an x and y position
XmToggleButton(3X) - XmToggleButton--The ToggleButton widget class
XmToggleButtonGadget(3X) - XmToggleButtonGadget--The ToggleButtonGadget widget class
XmToggleButtonGadgetGetState(3X) - XmToggleButtonGadgetGetState--A ToggleButtonGadget function that obtains the state of a ToggleButtonGadget
XmToggleButtonGadgetSetState(3X) - XmToggleButtonGadgetSetState--A ToggleButtonGadget function that sets or changes the current state
XmToggleButtonGetState(3X) - XmToggleButtonGetState--A ToggleButton function that obtains the state of a ToggleButton
XmToggleButtonSetState(3X) - XmToggleButtonSetState--A ToggleButton function that sets or changes the current state
XmTrackingEvent(3X) - XmTrackingEvent--A Toolkit function that provides a modal interaction
XmTrackingLocate(3X) - XmTrackingLocate--A Toolkit function that provides a modal interaction
XmTranslateKey(3X) - XmTranslateKey--The default keycode-to-keysym translator
XmUninstallImage(3X) - XmUninstallImage--A pixmap caching function that removes an image from the image cache
XmUpdateDisplay(3X) - XmUpdateDisplay--A function that processes all pending exposure events immediately
XmVaCreateSimpleCheckBox(3X) - XmVaCreateSimpleCheckBox--A RowColumn widget convenience creation function
XmVaCreateSimpleMenuBar(3X) - XmVaCreateSimpleMenuBar--A RowColumn widget convenience creation function
XmVaCreateSimpleOptionMenu(3X) - XmVaCreateSimpleOptionMenu--A RowColumn widget convenience creation function
XmVaCreateSimplePopupMenu(3X) - XmVaCreateSimplePopupMenu--A RowColumn widget convenience creation function
XmVaCreateSimplePulldownMenu(3X) - XmVaCreateSimplePulldownMenu--A RowColumn widget convenience creation function
XmVaCreateSimpleRadioBox(3X) - XmVaCreateSimpleRadioBox--A RowColumn widget convenience creation function
XmWidgetGetBaselines(3X) - XmWidgetGetBaselines--Retrieves baseline information for a widget
XmWidgetGetDisplayRect(3X) - XmWidgetGetDisplayRect--Retrieves display rectangle information for a widget
UIL(5X) - UIL--The user interface language file format
WML(5X) - WML--The widget meta-language file format for creating uil compilers

A. Constraint Arguments and Automatically Created Children

B. UIL Built-In Tables

C. UIL Arguments