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 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 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 is used in conjunction with XmTextDisableRedisplay, which suppresses visual update of the Text widget. When XmTextEnableRedisplay is called, it determines if any visual attribute...
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 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 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 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 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 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...
XmTextFieldGetInsertionPosition accesses the insertion cursor position of the TextField widget. Specifies the TextField widget ID For a complete definition of TextField and its associated resources, s...
XmTextFieldGetLastPosition accesses the position of the last character in the text buffer of the TextField widget. Specifies the TextField widget ID For a complete definition of TextField and its asso...
XmTextFieldGetMaxLength accesses the value of the current maximum allowable length of the text string in the TextField widget entered from the keyboard. The maximum allowable length prevents the user ...
XmTextFieldGetSelection retrieves the value of the primary selection. It returns a NULL pointer if no text is selected in the widget. The application is responsible for freeing the storage associated ...
XmTextFieldGetSelectionPosition accesses the left and right position of the primary selection in the text buffer of the TextField widget. Specifies the TextField widget ID Specifies the pointer in whi...