Methods
gtksourceview.SourceMarker.set_marker_type
def set_marker_type(type)
|
type : | the type of marker. |
The set_marker_type() method sets the type of marker to the value of type.
gtksourceview.SourceMarker.get_marker_type
Returns : | the marker type. |
The get_marker_type() method gets the marker type of this marker.
gtksourceview.SourceMarker.get_line
Returns : | the line number. |
The get_line() method gets the line number of this marker.
gtksourceview.SourceMarker.get_name
The get_name() method gets the name of this marker.
gtksourceview.SourceMarker.get_buffer
The get_buffer() method gets the buffer associated with this marker.
gtksourceview.SourceMarker.next
The next() method gets the next marker after marker.
gtksourceview.SourceMarker.prev
The prev() method gets the previous marker before marker.