gtksource.gutter_renderer_text
Module for [GutterRendererText] class
Types 3
Renders text in the gutter.
A [gtksource.gutter_renderer_text.GutterRendererText] can be used to render text in a cell of class@Gutter.
Methods
GutterRendererText self()Returns `this`, for use in `with` statements.GutterRendererTextGidBuilder builder()Get builder for [gtksource.gutterrenderertext.GutterRendererText] Returns: New builder objectstring markup() @propertyvoid markup(string propval) @propertystring text() @propertyvoid text(string propval) @propertyvoid measure(string text, out int width, out int height)Measures the text provided using the pango layout used by the #GtkSourceGutterRendererText.void measureMarkup(string markup, out int width, out int height)Measures the pango markup provided using the pango layout used by the #GtkSourceGutterRendererText.void setMarkup(string markup)void setText(string text)Fluent builder for [gtksource.gutter_renderer_text.GutterRendererText]
Methods