summaryrefslogtreecommitdiffstats
path: root/src/dialogs/xml-tree.h
blob: 0edea8f4df9c0d71333e994368f23b45bfd516f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/** @file
 * @brief XML tree editing dialog for Inkscape
 */
/* Copyright Lauris Kaplinski, 2000
 *
 * Released under GNU General Public License.
 *
 * This is XML tree editor, which allows direct modifying of all elements
 *   of Inkscape document, including foreign ones.
 *
 */

#ifndef SEEN_DIALOGS_XML_TREE_H
#define SEEN_DIALOGS_XML_TREE_H

void sp_xml_tree_dialog (void);

#endif

/*
  Local Variables:
  mode:c++
  c-file-style:"stroustrup"
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
  indent-tabs-mode:nil
  fill-column:99
  End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :