|
XmArrowButtonGadget(3X) -- The ArrowButtonGadget widget class
|
ArrowButtonGadget consists of a directional arrow surrounded by a border shadow. When it is selected, the shadow changes to give the appearance that the ArrowButtonGadget has been pressed in. When it ... |
XmBulletinBoard(3X) -- The BulletinBoard widget class
|
BulletinBoard is a composite widget that provides simple geometry management for children widgets. It does not force positioning on its children, but can be set to reject geometry requests that result... |
XmCascadeButton(3X) -- The CascadeButton widget class
|
CascadeButton links two MenuPanes or a MenuBar to a MenuPane. It is used in menu systems and must have a RowColumn parent with its XmNrowColumnType resource set to XmMENU_BAR, XmMENU_POPUP or XmMENU_P... |
XmCascadeButtonGadget(3X) -- The CascadeButtonGadget widget class
|
CascadeButtonGadget links two MenuPanes, a MenuBar to a MenuPane, or an OptionMenu to a MenuPane. It is used in menu systems and must have a RowColumn parent with its XmNrowColumnType resource set to ... |
XmCascadeButtonGadgetHighlight(3X) -- A CascadeButtonGadget function that sets the highlight state
|
XmCascadeButtonGadgetHighlight either draws or erases the shadow highlight around the CascadeButtonGadget. Specifies the CascadeButtonGadget to be highlighted or unhighlighted. Specifies whether to hi... |
XmCascadeButtonHighlight(3X) -- A CascadeButton and CascadeButtonGadget function that sets the highlight state
|
XmCascadeButtonHighlight either draws or erases the shadow highlight around the CascadeButton or the CascadeButtonGadget. Specifies the CascadeButton or CascadeButtonGadget to be highlighted or unhigh... |
XmChangeColor(3X) -- Recalculates all associated colors of a widget
|
XmChangeColor handles all color modifications for the specified widget when a new background pixel value is specified. The function recalculates the foreground, select, and shadow colors based on the ... |
XmClipboardCancelCopy(3X) -- A clipboard function that cancels a copy to the clipboard
|
XmClipboardCancelCopy cancels the copy to clipboard that is in progress and frees up temporary storage. When a copy is to be performed, XmClipboardStartCopy allocates temporary storage for the clipboa... |
XmClipboardCopy(3X) -- A clipboard function that copies a data item to temporary storage for later copying to clipboard
|
XmClipboardCopy copies a data item to temporary storage. The data item is moved from temporary storage to the clipboard data structure when a call to XmClipboardEndCopy is made. Additional calls to Xm... |
XmClipboardCopyByName(3X) -- A clipboard function that copies a data item passed by name
|
XmClipboardCopyByName copies the actual data for a data item that was previously passed by name to the clipboard. Data is considered to be passed by name when a call to XmClipboardCopy is made with a ... |
XmClipboardEndCopy(3X) -- A clipboard function that ends a copy to the clipboard
|
XmClipboardEndCopy locks the clipboard from access by other applications, places data in the clipboard data structure, and unlocks the clipboard. Data items copied to the clipboard by XmClipboardCopy ... |
XmClipboardEndRetrieve(3X) -- A clipboard function that ends a copy from the clipboard
|
XmClipboardEndRetrieve suspends copying data incrementally from the clipboard. It tells the clipboard routines that the application is through copying an item from the clipboard. Until this function i... |
XmClipboardInquireCount(3X) -- A clipboard function that returns the number of data item formats
|
XmClipboardInquireCount returns the number of data item formats available for the data item in the clipboard. This function also returns the maximum name-length for all formats in which the data item ... |