Gtk.SvgLocation

Fields

Name

Type

Access

Description

bytes

int

r/w

the byte index in document. If unknown, this will be zero (which is also a valid value, but only if all three values are zero)

line_chars

int

r/w

the str index in the line, 0-based

lines

int

r/w

the line index in the document, 0-based

Methods

None

Details

class Gtk.SvgLocation

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.

New in version 4.22.