Code

Add a warning to sp-object.h to not use some of the new methods
[inkscape.git] / src / dialogs / export.h
1 /** @file
2  * @brief export to bitmap dialog
3  */
4 /* Authors:
5  *   Lauris Kaplinski <lauris@kaplinski.com>
6  *   bulia byak <buliabyak@users.sf.net>
7  *   Johan Engelen <j.b.c.engelen@ewi.utwente.nl>
8  *
9  * Copyright (C) 1999-2007 Authors
10  * Copyright (C) 2001-2002 Ximian, Inc.
11  *
12  * Released under GNU GPL, read the file 'COPYING' for more information
13  */
15 #ifndef SP_EXPORT_H
16 #define SP_EXPORT_H
18 /**
19  * Creates a dialog window for exporting an image to a bitmap if one doesn't already exist and
20  * shows it to the user. If the dialog has already been created, it simply shows the window.
21  */
22 void sp_export_dialog (void);
24 #endif
26 /*
27   Local Variables:
28   mode:c++
29   c-file-style:"stroustrup"
30   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
31   indent-tabs-mode:nil
32   fill-column:99
33   End:
34 */
35 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :