Code

Merge from fe-moved
[inkscape.git] / src / dialogs / text-edit.h
1 /** @file
2  * @brief Text-edit
3  */
4 /* Authors:
5  *   Lauris Kaplinski <lauris@ximian.com>
6  *   bulia byak <buliabyak@users.sf.net>
7  *   Johan Engelen <goejendaagh@zonnet.nl>
8  *
9  * Copyright (C) 1999-2007 Authors
10  * Copyright (C) 2000-2001 Ximian, Inc.
11  *
12  * Released under GNU GPL, read the file 'COPYING' for more information
13  */
14 #ifndef SEEN_DIALOGS_TEXT_EDIT_H
15 #define SEEN_DIALOGS_TEXT_EDIT_H
17 void sp_text_edit_dialog (void);
18 void sp_text_edit_dialog_default_set_insensitive (); //FIXME: Replace trough a verb
19  
20 #endif
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:encoding=utf-8:textwidth=99 :