]> git.lyx.org Git - lyx.git/blob - src/bullet_forms.h
A bunch of obvious changes to please strict ansi compilers. Not finished.
[lyx.git] / src / bullet_forms.h
1 /** Header file generated with fdesign on Mon Apr 12 19:09:41 1999.**/
2
3 #ifndef FD_form_bullet_h_
4 #define FD_form_bullet_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern "C" void ChoiceBulletSizeCB(FL_OBJECT *, long);
8 extern "C" void BulletOKCB(FL_OBJECT *, long);
9 extern "C" void BulletApplyCB(FL_OBJECT *, long);
10 extern "C" void BulletCancelCB(FL_OBJECT *, long);
11 extern "C" void InputBulletLaTeXCB(FL_OBJECT *, long);
12 extern "C" void BulletDepthCB(FL_OBJECT *, long);
13 extern "C" void BulletPanelCB(FL_OBJECT *, long);
14 extern "C" void BulletBMTableCB(FL_OBJECT *, long);
15
16
17 /**** Additional routines ****/
18
19 extern void bulletForm();
20 extern bool updateBulletForm(); 
21
22 /**** Forms and Objects ****/
23 typedef struct {
24         FL_FORM *form_bullet;
25         void *vdata;
26         char *cdata;
27         long  ldata;
28         FL_OBJECT *bmtable_bullet_panel;
29         FL_OBJECT *choice_bullet_size;
30         FL_OBJECT *button_ok;
31         FL_OBJECT *button_apply;
32         FL_OBJECT *button_cancel;
33         FL_OBJECT *input_bullet_latex;
34         FL_OBJECT *radio_bullet_depth;
35         FL_OBJECT *radio_bullet_depth_1;
36         FL_OBJECT *radio_bullet_depth_2;
37         FL_OBJECT *radio_bullet_depth_3;
38         FL_OBJECT *radio_bullet_depth_4;
39         FL_OBJECT *radio_bullet_panel;
40         FL_OBJECT *radio_bullet_panel_standard;
41         FL_OBJECT *radio_bullet_panel_maths;
42         FL_OBJECT *radio_bullet_panel_ding2;
43         FL_OBJECT *radio_bullet_panel_ding3;
44         FL_OBJECT *radio_bullet_panel_ding4;
45         FL_OBJECT *radio_bullet_panel_ding1;
46 } FD_form_bullet;
47
48 extern FD_form_bullet * create_form_form_bullet(void);
49
50 #endif /* FD_form_bullet_h_ */