Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkTextBufferGetMark: gtkTextBufferGetMark
Description
Returns the mark named
name
in buffer
buffer
, or
NULL
if no such mark exists in the buffer.
Usage
gtkTextBufferGetMark(object, name)
Arguments
object
a
GtkTextBuffer
name
a mark name
Value
GtkTextMark
] a
GtkTextMark
, or
NULL
.
[
transfer none
]