]> git.lyx.org Git - lyx.git/blob - src/layout_forms.h
More fixes to insettabular/text (and some missing features added).
[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
15 /**** Forms and Objects ****/
16 typedef struct {
17         FL_FORM *form_character;
18         void *vdata;
19         char *cdata;
20         long  ldata;
21         FL_OBJECT *choice_family;
22         FL_OBJECT *choice_series;
23         FL_OBJECT *choice_shape;
24         FL_OBJECT *choice_size;
25         FL_OBJECT *choice_bar;
26         FL_OBJECT *button_apply;
27         FL_OBJECT *button_close;
28         FL_OBJECT *choice_color;
29         FL_OBJECT *check_toggle_all;
30         FL_OBJECT *choice_language;
31 } FD_form_character;
32
33 extern FD_form_character * create_form_form_character(void);
34 typedef struct {
35         FL_FORM *form_preamble;
36         void *vdata;
37         char *cdata;
38         long  ldata;
39         FL_OBJECT *button_ok;
40         FL_OBJECT *button_apply;
41         FL_OBJECT *button_cancel;
42         FL_OBJECT *input_preamble;
43 } FD_form_preamble;
44
45 extern FD_form_preamble * create_form_form_preamble(void);
46
47 #endif /* FD_form_character_h_ */