Package: gtk
Function gtk:text-buffer-delete-mark
Lambda Listgtk:text-buffer-delete-mark (buffer mark) ArgumentsDetails      
    Deletes the mark, so that it is no longer located anywhere in the text
    buffer.  
  Removes the reference the text buffer holds to the mark. Most operations on
  the mark become invalid, until it gets added to a text buffer again with the  gtk:text-buffer-add-mark function. Use the gtk:text-mark-deleted
  function to find out if a mark has been removed from its text buffer. The  "mark-deleted" signal will be emitted as notification
  after the mark is deleted.   Notes | See also | 
2025-07-23