Gtk.BuildableParser

Fields

Name

Type

Access

Description

end_element

object

r

function called for close elements

error

object

r

function called on error

padding

[object]

r

start_element

object

r

function called for open elements

text

object

r

function called for character data

Methods

None

Details

class Gtk.BuildableParser

A sub-parser for GtkBuildable implementations.