gtkTextBufferDeleteMark {RGtk2}R Documentation

gtkTextBufferDeleteMark

Description

Deletes mark, so that it's no longer located anywhere in the buffer. 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.

Usage

gtkTextBufferDeleteMark(object, mark)

Arguments

object [GtkTextBuffer] a GtkTextBuffer
mark [GtkTextMark] a GtkTextMark in buffer

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]