Code

by default, try square arrangement, not 1 row as before
[inkscape.git] / src / dialogs / export.h
1 #ifndef SP_EXPORT_H
2 #define SP_EXPORT_H
4 /**
5  * \brief export to bitmap dialog
6  *
7  * Creates a dialog window for exporting an image to a bitmap if one doesn't already exist and
8  * shows it to the user.  If the dialog has already been created, it simply shows the window.
9  *
10  */
12 void sp_export_dialog (void);
14 #endif
16 /*
17   Local Variables:
18   mode:c++
19   c-file-style:"stroustrup"
20   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
21   indent-tabs-mode:nil
22   fill-column:99
23   End:
24 */
25 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :