]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_character.h
Disable various buttons when buffer is read only
[lyx.git] / src / frontends / xforms / form_character.h
1 // File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
2 /** Header file generated with fdesign **/
3
4 #ifndef FD_form_character_h_
5 #define FD_form_character_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
11
12
13 /**** Forms and Objects ****/
14 struct FD_form_character {
15         ~FD_form_character();
16
17         FL_FORM *form;
18         FL_OBJECT *choice_family;
19         FL_OBJECT *choice_series;
20         FL_OBJECT *choice_shape;
21         FL_OBJECT *choice_size;
22         FL_OBJECT *choice_bar;
23         FL_OBJECT *button_apply;
24         FL_OBJECT *button_close;
25         FL_OBJECT *choice_color;
26         FL_OBJECT *check_toggle_all;
27         FL_OBJECT *choice_language;
28 };
29
30 #endif /* FD_form_character_h_ */