|
Xm/XmArrowButton(o) -- The ArrowButton widget class
|
ArrowButton consists of a directional arrow surrounded by a border shadow. When it is selected, the shadow changes to give the appearance that the ArrowButton has been pressed in. When the ArrowButton is unselected, the shadow reverts to give the appearance that the ArrowButton is released, or out. Classes ArrowButton inherits behavior and resources from Core and XmPrimitive classes. The class pointer is xmArrowButtonWidgetClass. The class name is XmArrowButton. New Resources The following table... |
Xm/XmArrowButtonGadget(o) -- 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 is unselected, the shadow reverts to give the appearance that the button is released, or out. Classes ArrowButtonGadget inherits behavior and resources from Object, RectObj, and XmGadget classes. The class pointer is xmArrowButtonGadgetClass. The class name is XmArrowButtonGadget. New Resources The ... |
|
Xm/xmbind(o) -- Configures virtual key bindings
|
xmbind is an X Window System client that configures the virtual key bindings for Motif applications. This action is performed by mwm at its startup, so the xmbind client is only needed when mwm is not in use, or when you want to change bindings without restarting mwm. If a file is specified, it's contents are used as the virtual key bindings. If a file is not specified, the file .motifbind in the user's home directory is used. If this file is not found, xmbind loads the default virtual key bin... |
Xm/XmBulletinBoard(o) -- 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 in overlapping children. BulletinBoard is the base widget for most dialog widgets and is also used as a general container widget. Modal and modeless dialogs are implemented as collections of widgets that include a DialogShell, a BulletinBoard (or subclass) child of the shell, and various dialog com... |
Xm/XmCascadeButton(o) -- 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_PULLDOWN. It is the only widget that can have a Pulldown MenuPane attached to it as a submenu. The submenu is displayed when this widget is activated within a MenuBar, a PopupMenu, or a PulldownMenu. Its visuals can include a label or pixmap and a cascading indicator when it is in a Popup or Pulldown... |
Xm/XmCascadeButtonGadget(o) -- 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 XmMENU_BAR, XmMENU_POPUP, XmMENU_PULLDOWN, or XmMENU_OPTION. It is the only gadget that can have a Pulldown MenuPane attached to it as a submenu. The submenu is displayed when this gadget is activated within a PopupMenu, a PulldownMenu, or an OptionMenu. Its visuals can include a label or pixmap and... |
Xm/XmCascadeButtonGadgetHighlight(o) -- A CascadeButtonGadget function that sets the highlight state
|
XmCascadeButtonGadgetHighlight either draws or erases the shadow highlight around the CascadeButtonGadget. cascadeButtonGadget Specifies the CascadeButtonGadget to be highlighted or unhighlighted. highlight Specifies whether to highlight (True) or to unhighlight (False). For a complete definition of CascadeButtonGadget and its associated resources, see XmCascadeButtonGadget(3X). |
Xm/XmCascadeButtonHighlight(o) -- A CascadeButton and CascadeButtonGadget function that sets the highlight state
|
XmCascadeButtonHighlight either draws or erases the shadow highlight around the CascadeButton or the CascadeButtonGadget. cascadeButton Specifies the CascadeButton or CascadeButtonGadget to be highlighted or unhighlighted. highlight Specifies whether to highlight (True) or to unhighlight (False). For a complete definition of CascadeButton or CascadeButtonGadget and their associated resources, see XmCascadeButton(3X) or XmCascadeButtonGadget(3X).... |
Xm/XmChangeColor(o) -- 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 new background color and sets the corresponding resources for the widget. If a color calculation procedure has been set by a call to XmSetColorCalculation, XmChangeColor uses that procedure to calculate the new colors. Otherwise, the routine uses a default procedure. widget Specifies the widget ID w... |
Xm/XmClipboardCancelCopy(o) -- 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 clipboard data. XmClipboardCopy copies the appropriate data into the the temporary storage. XmClipboardEndCopy copies the data to the clipboard structure and frees up the temporary storage structures. If XmClipboardCancelCopy is called, the XmClipboardEndCopy function does not have to be called. A call to ... |
Xm/XmClipboardCopy(o) -- 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 XmClipboardCopy before a call to XmClipboardEndCopy add additional data item formats to the same data item or append data to an existing format. Formats are described in the Inter-Client Communication Conventions Manual (ICCCM) as targets. NOTE: Do not call XmClipboardCopy before a call to XmClipboard... |
Xm/XmClipboardCopyByName(o) -- 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 NULL buffer parameter. Additional calls to this function append new data to the existing data. display Specifies a pointer to the Display structure that was returned in a previous call to XOpenDisplay or XtDisplay. window Specifies a widget's window ID that relates the application window to the cli... |
Xm/XmClipboardEndCopy(o) -- 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 are not actually entered in the clipboard data structure until the call to XmClipboardEndCopy. This function also frees up temporary storage that was allocated by XmClipboardStartCopy, which must be called before XmClipboardEndCopy. The latter function should not be called if XmClipboardCancelCopy h... |
Xm/XmClipboardEndRetrieve(o) -- 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 is called, data items can be retrieved incrementally from the clipboard by calling XmClipboardRetrieve. display Specifies a pointer to the Display structure that was returned in a previous call to XOpenDisplay or XtDisplay. window Specifies a widget's window ID that relates the application window to... |
Xm/XmClipboardInquireCount(o) -- 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 is stored. display Specifies a pointer to the Display structure that was returned in a previous call to XOpenDisplay or XtDisplay. window Specifies a widget's window ID that relates the application window to the clipboard. The widget's window ID can be obtained by using XtWindow. The same applicat... |