gtkTextBufferGetModified {RGtk2}R Documentation

gtkTextBufferGetModified

Description

Indicates whether the buffer has been modified since the last call to gtkTextBufferSetModified set the modification flag to FALSE. Used for example to enable a "save" function in a text editor.

Usage

gtkTextBufferGetModified(object)

Arguments

object [GtkTextBuffer] a GtkTextBuffer

Value

[logical] TRUE if the buffer has been modified

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]