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