Method
GtkTextMarkget_deleted
Declaration [src]
gboolean
gtk_text_mark_get_deleted (
GtkTextMark* mark
)
Description [src]
Returns TRUE
if the mark has been removed from its buffer
with gtk_text_buffer_delete_mark(). See gtk_text_buffer_add_mark()
for a way to add it to a buffer again.