|
Xm/XmTextSetStringWcs(o) -- A Text function that sets a wide character string value
|
XmTextSetStringWcs sets the wide character string value of the Text widget. This routine calls the widget's XmNvalueChangedCallback and verification callbacks, either XmNmodifyVerifyCallback or XmNmodifyVerifyCallbackWcs, or both. If both verification callback lists are registered, the procedures of the XmNmodifyVerifyCallback list are executed first and the resulting data is passed to the XmNmodifyVerifyCallbackWcs callbacks. It also sets the insertion cursor position to the beginning of the s... |
Xm/XmTextSetTopCharacter(o) -- A Text function that sets the position of the first character displayed
|
XmTextSetTopCharacter sets the position of the text at the top of the Text widget. If the XmNeditMode is XmMULTI_LINE_EDIT, the line of text that contains top_character is displayed at the top of the widget without shifting the text left or right. widget Specifies the Text widget ID top_character Specifies the position in the text to display at the top of the widget. This is an integer number of characters from the beginning of the text buffer. The first character position is 0. For a complete d... |
|
Xm/XmTextShowPosition(o) -- A Text function that forces text at a given position to be displayed
|
XmTextShowPosition forces text at the specified position to be displayed. If the XmNautoShowCursorPosition resource is True, the application should also set the insert cursor to this position. widget Specifies the Text widget ID position Specifies the character position to be displayed. This is an integer number of characters from the beginning of the text buffer. The first character position is 0. For a complete definition of Text and its associated resources, see XmText(3X).... |
Xm/XmTextXYToPos(o) -- A Text function that accesses the character position nearest an x and y position
|
XmTextXYToPos accesses the character position nearest to the specified x and y position, relative to the upper left corner of the Text widget. widget Specifies the Text widget ID x Specifies the x position, relative to the upper left corner of the widget. y Specifies the y position, relative to the upper left corner of the widget. For a complete definition of Text and its associated resources, see XmText(3X).... |
Xm/XmToggleButton(o) -- The ToggleButton widget class
|
ToggleButton sets nontransitory state data within an application. Usually this widget consists of an indicator (square or diamond) with either text or a pixmap on one side of it. However, it can also consist of just text or a pixmap without the indicator. The toggle graphics display a 1-of-many or N-of-many selection state. When a toggle indicator is displayed, a square indicator shows an N-of-many selection state and a diamond indicator shows a 1-of-many selection state. ToggleButton implies a ... |
Xm/XmToggleButtonGadget(o) -- The ToggleButtonGadget widget class
|
ToggleButtonGadget sets nontransitory state data within an application. Usually this gadget consists of an indicator (square or diamond-shaped) with either text or a pixmap on one side of it. However, it can also consist of just text or a pixmap without the indicator. The toggle graphics display a 1-of-many or N-of-many selection state. When a toggle indicator is displayed, a square indicator shows an N-of-many selection state and a diamond-shaped indicator shows a 1-of-many selection state. Tog... |
Xm/XmToggleButtonGadgetGetState(o) -- A ToggleButtonGadget function that obtains the state of a ToggleButtonGadget
|
XmToggleButtonGadgetGetState obtains the state of a ToggleButtonGadget. widget Specifies the ToggleButtonGadget ID For a complete definition of ToggleButtonGadget and its associated resources, see XmToggleButtonGadget(3X). |
Xm/XmToggleButtonGadgetSetState(o) -- A ToggleButtonGadget function that sets or changes the current state
|
XmToggleButtonGadgetSetState sets or changes the ToggleButtonGadget's current state. widget Specifies the ToggleButtonGadget widget ID. state Specifies a Boolean value that indicates whether the ToggleButtonGadget state is selected or unselected. If True, the button state is selected; if False, the button state is unselected. notify Indicates whether XmNvalueChangedCallback is called; it can be either True or False. The XmNvalueChangedCallback is only called when this function changes the state... |
Xm/XmToggleButtonGetState(o) -- A ToggleButton function that obtains the state of a ToggleButton
|
XmToggleButtonGetState obtains the state of a ToggleButton. widget Specifies the ToggleButton widget ID For a complete definition of ToggleButton and its associated resources, see XmToggleButton(3X). |
Xm/XmToggleButtonSetState(o) -- A ToggleButton function that sets or changes the current state
|
XmToggleButtonSetState sets or changes the ToggleButton's current state. widget Specifies the ToggleButton widget ID. state Specifies a Boolean value that indicates whether the ToggleButton state is selected or unselected. If True, the button state is selected; if False, the button state is unselected. notify Indicates whether XmNvalueChangedCallback is called; it can be either True or False. The XmNvalueChangedCallback is only called when this function changes the state of the ToggleButton. Wh... |
Xm/XmTrackingEvent(o) -- A Toolkit function that provides a modal interaction
|
XmTrackingEvent provides a modal interface for selection of a component. It is intended to support context help. The function grabs the pointer and discards succeeding events until BSelect is released or a key is pressed and then released. The function then returns the widget or gadget that contains the pointer when BSelect is released or a key is released. widget Specifies the widget ID of a widget to use as the basis of the modal interaction. That is, the widget within which the interaction mu... |
Xm/XmTrackingLocate(o) -- A Toolkit function that provides a modal interaction
|
XmTrackingLocate provides a modal interface for selection of a component. It is intended to support context help. The function grabs the pointer and discards succeeding events until BSelect is released or a key is pressed and then released. The function then returns the widget or gadget that contains the pointer when BSelect is released or a key is released. This function is obsolete and exists for compatibility with previous releases. It has been replaced by XmTrackingEvent. widget Specifies th... |
Xm/XmTranslateKey(o) -- The default keycode-to-keysym translator
|
XmTranslateKey is the default XtKeyProc translation procedure for Motif applications. The function takes a keycode and modifiers and returns the corresponding keysym. XmTranslateKey serves two main purposes: new translators with expanded functionality can call it to get the default Motif keycode-to-keysym translation in addition to whatever they add, and so that the default translator can be reinstalled. This function enables keysyms defined by the Motif virtual bindings to be used when an appli... |
Xm/XmUninstallImage(o) -- A pixmap caching function that removes an image from the image cache
|
XmUninstallImage removes an image from the image cache. image Points to the image structure given to the XmInstallImage() routine |
Xm/XmUpdateDisplay(o) -- A function that processes all pending exposure events immediately
|
XmUpdateDisplay provides the application with a mechanism for forcing all pending exposure events to be removed from the input queue and processed immediately. When a user selects a button within a MenuPane, the MenuPanes are unposted and then any activation callbacks registered by the application are invoked. If one of the callbacks performs a time-consuming action, the portion of the application window that was covered by the MenuPanes will not have been redrawn; normal exposure processing doe... |