Package: gtk

Function gtk:editable-insert-text

Lambda List

gtk:editable-insert-text (editable text pos)

Arguments

editable -- a gtk:editable widget
text -- a string for the text to append
pos -- an integer for the position the text will be inserted at

Return Value

The integer for the position after the newly inserted text.

Details

Inserts text into the contents of the widget, at position pos. Note that pos is in characters, not in bytes. The function returns the position to point after the newly inserted text.
 

See also

2025-07-08