XmTextGetEditable accesses the edit permission state of the Text widget. Specifies the Text widget ID For a complete definition of Text and its associated resources, see XmText(3X).
XmTextGetInsertionPosition accesses the insertion cursor position of the Text widget. Specifies the Text widget ID For a complete definition of Text and its associated resources, see XmText(3X).
XmTextGetLastPosition accesses the last position in the text buffer of the Text widget. This is an integer number of characters from the beginning of the buffer, and represents the position following ...
XmTextGetMaxLength accesses the value of the current maximum allowable length of the text string in the Text widget entered from the keyboard. The maximum allowable length prevents the user from enter...
XmTextGetSelection 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 with ...
XmTextGetSelectionPosition accesses the left and right position of the primary selection in the text buffer of the Text widget. Specifies the Text widget ID Specifies the pointer in which the position...
XmTextGetSelectionWcs retrieves the value of the primary selection that is encoded in a wide character format. It returns a NULL pointer if no text is selected in the widget. The application is respon...
XmTextGetSource accesses the source of the Text widget. Text widgets can share sources of text so that editing in one widget is reflected in another. This function accesses the source of one widget so...
XmTextGetString accesses the string value of the Text widget. The application is responsible for freeing the storage associated with the string by calling XtFree. Specifies the Text widget ID For a co...
XmTextGetStringWcs retrieves a copy of the wide character string value of the Text widget. The application is responsible for freeing the storage associated with the string by calling XtFree. Specifie...
XmTextGetSubstring retrieves a copy of a portion of the internal text buffer of a Text widget. The function copies a specified number of characters from a given start position in the internal text buf...
XmTextGetSubstringWcs retrieves a copy of a portion of the internal text buffer of a Text widget that is stored in a wide character format. The function copies a specified number of characters from a ...
XmTextGetTopCharacter accesses the position of the text at the top of the Text widget. Specifies the Text widget ID For a complete definition of Text and its associated resources, see XmText(3X).
XmTextInsert inserts a character string into the text string in the Text widget. The character positions begin at zero and are numbered sequentially from the beginning of the text. For example, to ins...
XmTextInsertWcs inserts a wide character string into the Text widget at a specified location. The character positions begin at zero and are numbered sequentially from the beginning of the text. For ex...