Class (GI Struct)Gtk-4.0 ▶ Gtk ▶ SvgLocationSince 4.22
Constructors
constructor
new SvgLocation( properties?: Partial< { bytes: number; line_chars: number; lines: number }, >,): SvgLocation Parameters
Optionalproperties: Partial<{ bytes: number; line_chars: number; lines: number }>
Properties
line_chars
line_chars: number
Provides information about a location in an SVG document.
The information should be considered approximate; it is meant to provide feedback for errors in an editor.
Since
4.22