This can be used to indicate that in the case a cell spans multiple lines (due to text wrapping) the alignment should work on either the full cell, the first line or the last line.
GutterRenderer.alignmentMode
gtksource.types.GutterRendererAlignmentMode alignmentMode() @propertyGet alignmentMode property.
Returns
The alignment mode of the renderer.
void alignmentMode(gtksource.types.GutterRendererAlignmentMode propval) @propertySet alignmentMode property.
Parameters
propval | The alignment mode of the renderer. This can be used to indicate that in the case a cell spans multiple lines (due to text wrapping) the alignment should work on either the full cell, the first line or the last line. |