Code

NR:: => Geom:: for much of src/ui and src/widgets
[inkscape.git] / src / dialogs / text-edit.h
1 #ifndef SP_TEXT_EDIT_H
2 #define SP_TEXT_EDIT_H
4 /**
5  * \brief text-edit
6  *
7  * Text editing and font changes
8  *
9  */
11 void sp_text_edit_dialog (void);
12 void sp_text_edit_dialog_default_set_insensitive (); //FIXME: Replace trough a verb
13  
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 :