[Top]
GTK2
GTK2.SourceBuffer
|
Method GTK2.SourceBuffer()->get_next_marker()
- Method
get_next_marker
-
GTK2.SourceMarker get_next_marker(GTK2.TextIter iter)
- Description
-
Returns the nearest marker to the right of iter. If there are multiple
markers at the same position, this function will always return the first
one (from the internal linked list), even if starting the search exactly
at its location. You can get the others using next().
|