Code

Warning cleanup
[inkscape.git] / src / dialogs / xml-tree.h
1 #ifndef SP_XML_TREE_H
2 #define SP_XML_TREE_H
4 /**
5  * \brief  XML tree editing dialog for Inkscape
6  *
7  * Copyright Lauris Kaplinski, 2000
8  *
9  * Released under GNU General Public License.
10  *
11  * This is XML tree editor, which allows direct modifying of all elements
12  *   of Inkscape document, including foreign ones.
13  *
14  */
16 void sp_xml_tree_dialog (void);
18 #endif
20 /*
21   Local Variables:
22   mode:c++
23   c-file-style:"stroustrup"
24   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
25   indent-tabs-mode:nil
26   fill-column:99
27   End:
28 */
29 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :