Package: gtk
Function gtk:text-buffer-add-mark
Lambda Listgtk:text-buffer-add-mark (buffer mark pos) ArgumentsDetails        
    Adds the mark at the given position.  
  The mark must not be added to another text buffer, and if its name is not  nil then there must not be another mark in the text buffer with the
  same name. Emits the "mark-set" signal as notification of the initial placement of the mark.  | See also | 
2025-07-23