6.3.17 XmTextField widget methods

Widget objects whose widget class is subclassed from XmTextField have the following additional methods:

TextFieldClearSelection( time)
This function corresponds with XmTextFieldClearSelection.

TextFieldCopy( time)
This function corresponds with XmTextFieldCopy.

TextFieldCut( time)
This function corresponds with XmTextFieldCut.

TextFieldGetBaseline( )
Returns baseline. This function corresponds with XmTextFieldGetBaseline.

TextFieldGetEditable( )
Returns state. This function corresponds with XmTextFieldGetEditable.

TextFieldGetInsertionPosition( )
Returns position. This function corresponds with XmTextFieldGetInsertionPosition.

TextFieldGetLastPosition( )
Returns position. This function corresponds with XmTextFieldGetLastPosition.

TextFieldGetMaxLength( )
Returns length. This function corresponds with XmTextFieldGetMaxLength.

TextFieldGetSelection( )
Returns text. This function corresponds with XmTextFieldGetSelection.

TextFieldGetSelectionPosition( )
Returns (owner, left, right). This function corresponds with XmTextFieldGetSelectionPosition.

TextFieldGetString( )
Returns text. This function corresponds with XmTextFieldGetString.

TextFieldInsert( position, value)
This function corresponds with XmTextFieldInsert.

TextFieldPaste( )
Returns is_owner. This function corresponds with XmTextFieldPaste.

TextFieldPosToXY( position)
Returns (x, y) or None. This function corresponds with XmTextFieldPosToXY.

TextFieldRemove( )
Returns success. This function corresponds with XmTextFieldRemove.

TextFieldReplace( from_pos, to_pos, value)
This function corresponds with XmTextFieldReplace.

TextFieldSetAddMode( state)
This function corresponds with XmTextFieldSetAddMode.

TextFieldSetEditable( editable)
This function corresponds with XmTextFieldSetEditable.

TextFieldSetHighlight( left, right, mode)
This function corresponds with XmTextFieldSetHighlight.

TextFieldSetInsertionPosition( position)
This function corresponds with XmTextFieldSetInsertionPosition.

TextFieldSetMaxLength( max_length)
This function corresponds with XmTextFieldSetMaxLength.

TextFieldSetSelection( first, last, time)
This function corresponds with XmTextFieldSetSelection.

TextFieldSetString( value)
This function corresponds with XmTextFieldSetString.

TextFieldShowPosition( position)
This function corresponds with XmTextFieldShowPosition.

TextFieldXYToPos( x, y)
This function corresponds with XmTextFieldXYToPos.