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