Code

make win32 compile using libxslt
[inkscape.git] / src / object-edit.h
1 #ifndef __SP_OBJECT_EDIT_H__
2 #define __SP_OBJECT_EDIT_H__
4 /*
5  * Node editing extension to objects
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *   Mitsuru Oka
10  *
11  * Licensed under GNU GPL
12  */
14 #include "knotholder.h"
16 SPKnotHolder *sp_item_knot_holder (SPItem *item, SPDesktop *desktop);
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 :