gtkTextChildAnchorGetDeleted {RGtk2}R Documentation

gtkTextChildAnchorGetDeleted

Description

Determines whether a child anchor has been deleted from the buffer. Keep in mind that the child anchor will be unreferenced when removed from the buffer, so you need to hold your own reference (with g\Object\Ref()) if you plan to use this function – otherwise all deleted child anchors will also be finalized.

Usage

gtkTextChildAnchorGetDeleted(object)

Arguments

object [GtkTextChildAnchor] a GtkTextChildAnchor

Value

[logical] TRUE if the child anchor has been deleted from its buffer

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]