diff options
Diffstat (limited to 'src/dialogs/text-edit.h')
| -rw-r--r-- | src/dialogs/text-edit.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/dialogs/text-edit.h b/src/dialogs/text-edit.h new file mode 100644 index 000000000..9350de219 --- /dev/null +++ b/src/dialogs/text-edit.h @@ -0,0 +1,24 @@ +#ifndef SP_TEXT_EDIT_H +#define SP_TEXT_EDIT_H + +/** + * \brief text-edit + * + * Text editing and font changes + * + */ + +void sp_text_edit_dialog (void); + +#endif + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : |
