blob: 3f0b05aa82cf6a5ef01af4f2e094f3604f22fe0c (
plain)
1
2
3
4
5
6
|
# XML Dialogs
This code is used to (de)serialize basic dialogs to XML for storage
inside documents. While the XML -appears- to have some hierarchical
structure, that is only a fabrication, parsing and underlying toolkit
widget structure is sadly linear and flat.
|