|
XmTargetsAreCompatible(3X) -- A function that tests whether the target types match between a drop site and source object
|
XmTargetsAreCompatible determines whether the import targets of the destination match any of the export targets of a source. If there is at least one target in common, the function returns True. Speci... |
XmText(3X) -- The Text widget class
|
Text provides a single-line and multiline text editor for customizing both user and programmatic interfaces. It can be used for single-line string entry, forms entry with verification procedures, and ... |
XmTextClearSelection(3X) -- A Text function that clears the primary selection
|
XmTextClearSelection clears the primary selection in the Text widget. Specifies the Text widget ID. Specifies the server time at which the selection value is desired. This should be the time of the ev... |
XmTextCopy(3X) -- A Text function that copies the primary selection to the clipboard
|
XmTextCopy copies the primary selected text to the clipboard. Specifies the Text widget ID. Specifies the server time at which the selection value is to be modified. This should be the time of the eve... |
XmTextCut(3X) -- A Text function that copies the primary selection to the clipboard and deletes the selected text
|
XmTextCut copies the primary selected text to the clipboard and then deletes the primary selected text. This routine calls the widget's XmNvalueChangedCallback and verification callbacks, either XmNm... |
XmTextDisableRedisplay(3X) -- A Text function that temporarily prevents visual update of the Text widget
|
XmTextDisableRedisplay prevents redisplay of the specified Text widget even though its visual attributes have been modified. The visual appearance of the widget remains unchanged until XmTextEnableRed... |
XmTextEnableRedisplay(3X) -- A Text function that forces the visual update of a Text widget
|
XmTextEnableRedisplay is used in conjunction with XmTextDisableRedisplay, which suppresses visual update of the Text widget. When XmTextEnableRedisplay is called, it determines if any visual attribute... |
XmTextField(3X) -- The TextField class
|
TextField widget provides a single line text editor for customizing both user and programmatic interfaces. It is used for single-line string entry, and forms entry with verification procedures. It pro... |
XmTextFieldClearSelection(3X) -- A TextField function that clears the primary selection
|
XmTextFieldClearSelection clears the primary selection in the TextField widget. Specifies the TextField widget ID. Specifies the time at which the selection value is desired. This should be the time o... |
XmTextFieldCopy(3X) -- A TextField function that copies the primary selection to the clipboard
|
XmTextFieldCopy copies the primary selected text to the clipboard. Specifies the TextField widget ID. Specifies the time at which the selection value is to be modified. This should be the time of the ... |
XmTextFieldCut(3X) -- A TextField function that copies the primary selection to the clipboard and deletes the selected tex...
|
XmTextFieldCut copies the primary selected text to the clipboard and then deletes the primary selected text. This routine calls the widget's XmNvalueChangedCallback and verification callbacks, either... |
XmTextFieldGetBaseline(3X) -- A TextField function that accesses the x position of the first baseline
|
XmTextFieldGetBaseline accesses the x position of the first baseline in the TextField widget, relative to the x position of the top of the widget. Specifies the TextField widget ID For a complete defi... |
XmTextFieldGetEditable(3X) -- A TextField function that accesses the edit permission state
|
XmTextFieldGetEditable accesses the edit permission state of the TextField widget. Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextFiel... |