|
XmTextField(3) -- The TextField class
|
The 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 provides an application with a consistent editing system for textual data. TextField provides separate callback lists to verify movement of the insert cursor, modification of the text, and changes in... |
XmTextFieldClearSelection(3) -- A TextField function that clears the primary selection
|
XmTextFieldClearSelection clears the primary selection in the TextField widget. widget Specifies the TextField widget ID. time Specifies the time at which the selection value is desired. This should be the time of the event that triggered this request. For a complete definition of TextField and its associated resources, see XmTextField(3). |
|
XmTextFieldCopy(3) -- A TextField function that copies the primary selection to the clipboard
|
XmTextFieldCopy copies the primary selected text to the clipboard. This routine calls the XmNconvertCallback procedures, possibly multiple times, with the selection member of the XmConvertCallbackStruct set to CLIPBOARD and with the parm member set to XmCOPY. widget Specifies the TextField widget ID. time Specifies the time at which the selection value is to be modified. This should be the time of... |
XmTextFieldCopyLink(3) -- A TextField function that copies a link to the primary selection to the clipboard
|
XmTextFieldCopyLink copies a link to the primary selected text to the clipboard. This routine calls the XmNconvertCallback procedures, possibly multiple times, with the selection member of the XmConvertCallbackStruct set to CLIPBOARD and with the parm member set to XmLINK. The TextField widget itself does not copy any links; XmNconvertCallback procedures are responsible for copying the link to the... |
XmTextFieldCut(3) -- A TextField function that copies the primary selection to the clipboard and deletes the selected text
|
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 XmNmodifyVerifyCallback or XmNmodifyVerifyCallbackWcs, or both. If both verification callback lists are registered, the procedures of the XmNmodifyVerifyCallback list are executed first and the resul... |
XmTextFieldGetBaseline(3) -- A TextField function that accesses the y position of the baseline
|
XmTextFieldGetBaseline accesses the y position of the baseline in the TextField widget, relative to the y position of the top of the widget. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextField(3). |
XmTextFieldGetEditable(3) -- A TextField function that accesses the edit permission state
|
XmTextFieldGetEditable accesses the edit permission state of the TextField widget. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextField(3). |
XmTextFieldGetInsertionPosition(3) -- A TextField function that accesses the position of the insertion cursor
|
XmTextFieldGetInsertionPosition accesses the insertion cursor position of the TextField widget. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextField(3). |
XmTextFieldGetLastPosition(3) -- A TextField function that accesses the position of the last text character
|
XmTextFieldGetLastPosition accesses the position of the last character in the text buffer of the TextField widget. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextField(3). |
XmTextFieldGetMaxLength(3) -- A TextField function that accesses the value of the current maximum allowable length of a text string entered
|
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 from entering a text string larger than this limit. Note that the maximum allowable length is the same as the value of the widget's XmNmaxLength resource. widget Specifies the TextField widget ID For... |
XmTextFieldGetSelection(3) -- A TextField function that retrieves the value of the primary selection
|
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 with the string by calling XtFree. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextField(3). |
XmTextFieldGetSelectionPosition(3) -- A TextField function that accesses the position of the primary selection
|
XmTextFieldGetSelectionPosition accesses the left and right position of the primary selection in the text buffer of the TextField widget. widget Specifies the TextField widget ID left Specifies the pointer in which the position of the left boundary of the primary selection is returned. This is an integer number of characters from the beginning of the buffer. The first character position is 0 (zero... |
XmTextFieldGetSelectionWcs(3) -- A TextField function that retrieves the value of a wide character encoded primary selection
|
XmTextFieldGetSelectionWcs retrieves the value of the primary selection, encoded in a wide character format. It returns a NULL pointer if no text is selected in the widget. The application is responsible for freeing the storage associated with the wide character buffer by calling XtFree. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, s... |
XmTextFieldGetString(3) -- A TextField function that accesses the string value
|
XmTextFieldGetString accesses the string value of the TextField widget. The application is responsible for freeing the storage associated with the string by calling XtFree. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextField(3). |
XmTextFieldGetStringWcs(3) -- A TextField function that retrieves a copy of the wide character string value of a TextField widget
|
XmTextFieldGetStringWcs retrieves a copy of the wide character string value of the TextField widget. The application is responsible for freeing the storage associated with the string by calling XtFree. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextField(3). |