gtkTextBufferGetStartIter {RGtk2} | R Documentation |
Initialized iter
with the first position in the text buffer. This
is the same as using gtkTextBufferGetIterAtOffset
to get
the iter at character offset 0.
gtkTextBufferGetStartIter(object)
|
[GtkTextBuffer ] a GtkTextBuffer |
A list containing the following elements:
|
[GtkTextIter ] iterator to initialize |
Derived by RGtkGen from GTK+ documentation