Package: gtk
Function gtk-text-buffer-insert-with-tags
Lambda Listgtk-text-buffer-insert-with-tags (buffer iter text &rest tags) ArgumentsDetails Inserts text into the text buffer at the position iter, applying the
list of tags to the newly inserted text. Equivalent to calling the gtk-text-buffer-insert function, then the gtk-text-buffer-apply-tag function on the inserted text. The gtk-text-buffer-insert-with-tags function is just a convenience function. Note | See also |
2021-11-16