| gtkTextBufferDeleteMark {RGtk2.10} | R Documentation |
Deletes mark, so that it's no longer located anywhere in the
buffer. Removes the reference the buffer holds to the mark, most operations on mark become
invalid. There is no way to undelete a
mark. gtkTextMarkGetDeleted will return TRUE after this
function has been called on a mark; gtkTextMarkGetDeleted
indicates that a mark no longer belongs to a buffer. The "mark_deleted"
signal will be emitted as notification after the mark is deleted.
gtkTextBufferDeleteMark(object, mark)
|
[GtkTextBuffer] a GtkTextBuffer |
|
[GtkTextMark] a GtkTextMark in buffer |
Derived by RGtkGen from GTK+ documentation