Code

Fix bug #552289 - Ungrouping objects changes position of arrow lines. This was due...
[inkscape.git] / src / dialogs / find.h
1 /** @file
2  * @brief  Find dialog
3  */
4 /* Authors:
5  *   bulia byak <bulia@users.sf.net>
6  *
7  * Copyright (C) 2004 Authors
8  *
9  * Released under GNU GPL, read the file 'COPYING' for more information
10  */
12 #ifndef SEEN_FIND_H
13 #define SEEN_FIND_H
15 #include <gtk/gtkstyle.h>
17 void sp_find_dialog();
20 #endif /* !SEEN_FIND_H */
22 /*
23   Local Variables:
24   mode:c++
25   c-file-style:"stroustrup"
26   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
27   indent-tabs-mode:nil
28   fill-column:99
29   End:
30 */
31 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :