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 insert
pos -- an integer for the position where text is inserted

Return Value

The integer with the position after the newly inserted text.

Details

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

See also

2025-05-31