Enhance save as template and new from template dialogs
[inkscape.git] / src / ui / interface.h
blob5b974a010e2c199eda14794496e553659c35b7d5
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 #ifndef SEEN_SP_INTERFACE_H
3 #define SEEN_SP_INTERFACE_H
5 /*
6 * Main UI stuff
8 * Authors:
9 * Lauris Kaplinski <lauris@kaplinski.com>
10 * Frank Felfe <innerspace@iname.com>
11 * Abhishek Sharma
12 * Kris De Gussem <Kris.DeGussem@gmail.com>
14 * Copyright (C) 2012 Kris De Gussem
15 * Copyright (C) 1999-2002 authors
16 * Copyright (C) 2001-2002 Ximian, Inc.
18 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
21 #include <glibmm/ustring.h>
23 class SPDesktop;
25 void sp_ui_error_dialog(char const *message);
26 bool sp_ui_overwrite_file(std::string const &filename);
28 Glib::ustring getLayoutPrefPath(SPDesktop *desktop);
30 #endif // SEEN_SP_INTERFACE_H
33 Local Variables:
34 mode:c++
35 c-file-style:"stroustrup"
36 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
37 indent-tabs-mode:nil
38 fill-column:99
39 End:
41 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :