Gtk.BuildableParser¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
end_element |
r |
function called for close elements |
|
error |
r |
function called on error |
|
padding |
[ |
r |
|
start_element |
r |
function called for open elements |
|
text |
r |
function called for character data |
Methods¶
None
Details¶
- class Gtk.BuildableParser¶
A sub-parser for
GtkBuildable
implementations.