SpaceDrawerGidBuilderImpl.matrix

T matrix(glib.variant.Variant propval)

Set matrix property.

Parameters

propvalThe property is a glib.variant.Variant property to specify where and what kind of white spaces to draw. The glib.variant.Variant is of type "au", an array of unsigned integers. Each integer is a combination of gtksource.types.SpaceTypeFlags. There is one integer for each gtksource.types.SpaceLocationFlags, in the same order as they are defined in the enum (gtksource.types.SpaceLocationFlags.None and gtksource.types.SpaceLocationFlags.All are not taken into account). If the array is shorter than the number of locations, then the value for the missing locations will be gtksource.types.SpaceTypeFlags.None. By default, gtksource.types.SpaceTypeFlags.All is set for all locations.4

Returns

Builder instance for fluent chaining