gtkTextMarkGetDeleted {RGtk2}R Documentation

gtkTextMarkGetDeleted

Description

Returns TRUE if the mark has been removed from its buffer with gtkTextBufferDeleteMark. Marks can't be used once deleted.

Usage

gtkTextMarkGetDeleted(object)

Arguments

object [GtkTextMark] a GtkTextMark

Value

[logical] whether the mark is deleted

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]