]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_gettext.h
This file is part of LyX, the document processor.
[lyx.git] / src / frontends / xforms / forms_gettext.h
1 // -*- C++ -*-
2 /**
3  * \file forms_gettext.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS
10  */
11
12 #ifndef FORMS_GETTEXT_H
13 #define FORMS_GETTEXT_H
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 #include "forms_fwd.h"
20
21 /// Extract shortcut from <ident>|<shortcut> string
22 char const * flyx_shortcut_extract(char const * sc);
23 /// Shortcut for flyx_shortcut_extract
24 #define scex flyx_shortcut_extract
25
26 /// Extract shortcut from <ident>|<shortcut> string
27 char const * flyx_ident_extract(char const * sc);
28 /// Shortcut for flyx_ident_extract
29 #define idex flyx_ident_extract
30
31 #endif // FORMS_GETTEXT_H