This commit was manufactured by cvs2svn to create tag
[lyx.git] / src / bullet_forms.h
blob4ff02108fb579a88860a9d2aa99430ef039b5d87
1 /** Header file generated with fdesign on Mon Apr 12 19:09:41 1999.**/
3 #ifndef FD_form_bullet_h_
4 #define FD_form_bullet_h_
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);
17 /**** Additional routines ****/
19 extern void bulletForm();
20 extern bool updateBulletForm();
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;
48 extern FD_form_bullet * create_form_form_bullet(void);
50 #endif /* FD_form_bullet_h_ */