]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_citation.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_citation.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_citation_h_
5 #define FD_form_citation_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
12 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
13
14
15 /**** Forms and Objects ****/
16 struct FD_form_citation {
17         ~FD_form_citation();
18
19         FL_FORM *form;
20         FL_OBJECT *box;
21         FL_OBJECT *browser_cite;
22         FL_OBJECT *browser_bib;
23         FL_OBJECT *button_add;
24         FL_OBJECT *button_del;
25         FL_OBJECT *button_up;
26         FL_OBJECT *button_down;
27         FL_OBJECT *browser_info;
28         FL_OBJECT *frame_search;
29         FL_OBJECT *input_search;
30         FL_OBJECT *button_search_type;
31         FL_OBJECT *button_search_case;
32         FL_OBJECT *button_previous;
33         FL_OBJECT *button_next;
34         FL_OBJECT *frame_style;
35         FL_OBJECT *choice_style;
36         FL_OBJECT *button_full_author_list;
37         FL_OBJECT *button_force_uppercase;
38         FL_OBJECT *input_before;
39         FL_OBJECT *input_after;
40         FL_OBJECT *button_restore;
41         FL_OBJECT *button_ok;
42         FL_OBJECT *button_apply;
43         FL_OBJECT *button_cancel;
44 };
45
46 #endif /* FD_form_citation_h_ */