gtkTextBufferGetBounds {RGtk2} | R Documentation |
Retrieves the first and last iterators in the buffer, i.e. the
entire buffer lies within the range [start
,end
).
gtkTextBufferGetBounds(object)
|
[GtkTextBuffer ] a GtkTextBuffer |
A list containing the following elements:
|
[GtkTextIter ] iterator to initialize with first position in the buffer |
|
[GtkTextIter ] iterator to initialize with the end iterator |
Derived by RGtkGen from GTK+ documentation