gtkTextBufferGetModified {RGtk2} | R Documentation |
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.
gtkTextBufferGetModified(object)
|
[GtkTextBuffer ] a GtkTextBuffer |
[logical] TRUE
if the buffer has been modified
Derived by RGtkGen from GTK+ documentation