gtksource.mark
Module for [Mark] class
Types 3
classMark : gtk.text_mark.TextMark
Methods
MarkGidBuilder builder() static nothrowGet builder for [gtksource.mark.Mark] Returns: New builder objectstring category() @property nothrowGet `category` property. Returns: The category of the #GtkSourceMark, classifies the mark and controls which pixbuf is used and with which priority it is drawn.gtksource.mark.Mark next(string category = null) nothrowReturns the next #GtkSourceMark in the buffer or null if the mark was not added to a buffer. If there is no next mark, null will be returned.gtksource.mark.Mark prev(string category) nothrowReturns the previous #GtkSourceMark in the buffer or null if the mark was not added to a buffer. If there is no previous mark, null is returned.Fluent builder implementation template for gtksource.mark.Mark
Methods
T category(string propval) nothrowSet `category` property. Params: propval = The category of the #GtkSourceMark, classifies the mark and controls which pixbuf is used and with which priority it is drawn. Returns: Builder instance f...Fluent builder for gtksource.mark.Mark