]> git.lyx.org Git - lyx.git/blob - src/layout_forms.h
partial fix for '\n' output problem, still needs fixing of output before/after a...
[lyx.git] / src / layout_forms.h
1 /** Header file generated with fdesign **/
2
3 #ifndef FD_form_character_h_
4 #define FD_form_character_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern "C" void CharacterApplyCB(FL_OBJECT *, long);
8 extern "C" void CharacterCloseCB(FL_OBJECT *, long);
9
10 extern "C" void PreambleOKCB(FL_OBJECT *, long);
11 extern "C" void PreambleApplyCB(FL_OBJECT *, long);
12 extern "C" void PreambleCancelCB(FL_OBJECT *, long);
13
14 /* Some extra funcs */
15
16 extern bool UpdateLayoutPreamble();
17
18 /**** Forms and Objects ****/
19 typedef struct {
20         FL_FORM *form_character;
21         void *vdata;
22         char *cdata;
23         long  ldata;
24         FL_OBJECT *choice_family;
25         FL_OBJECT *choice_series;
26         FL_OBJECT *choice_shape;
27         FL_OBJECT *choice_size;
28         FL_OBJECT *choice_bar;
29         FL_OBJECT *button_apply;
30         FL_OBJECT *button_close;
31         FL_OBJECT *choice_color;
32         FL_OBJECT *check_toggle_all;
33         FL_OBJECT *choice_language;
34 } FD_form_character;
35
36 extern FD_form_character * create_form_form_character(void);
37 typedef struct {
38         FL_FORM *form_preamble;
39         void *vdata;
40         char *cdata;
41         long  ldata;
42         FL_OBJECT *button_ok;
43         FL_OBJECT *button_apply;
44         FL_OBJECT *button_cancel;
45         FL_OBJECT *input_preamble;
46 } FD_form_preamble;
47
48 extern FD_form_preamble * create_form_form_preamble(void);
49
50 #endif /* FD_form_character_h_ */