Package: gtk
Function gtk:text-buffer-insert-markup
Lambda Listgtk:text-buffer-insert-markup (buffer iter markup) ArgumentsDetails Inserts the text in markup at the position of the iterator. The text in markup will be inserted in its entirety and must be valid UTF-8. Emits the "insert-text" signal, possibly multiple
times. Insertion actually occurs in the default handler for the signal. The
iterator will point to the end of the inserted text on return. | See also |
#2025-06-30