]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_citation.h
iThe cursor now behaves properly in the dialogs...
[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 *browser_cite;
21         FL_OBJECT *browser_bib;
22         FL_OBJECT *button_add;
23         FL_OBJECT *button_del;
24         FL_OBJECT *button_up;
25         FL_OBJECT *button_down;
26         FL_OBJECT *browser_info;
27         FL_OBJECT *frame_search;
28         FL_OBJECT *input_search;
29         FL_OBJECT *check_search_type;
30         FL_OBJECT *check_search_case;
31         FL_OBJECT *button_previous;
32         FL_OBJECT *button_next;
33         FL_OBJECT *frame_style;
34         FL_OBJECT *choice_style;
35         FL_OBJECT *check_full_author_list;
36         FL_OBJECT *check_force_uppercase;
37         FL_OBJECT *input_before;
38         FL_OBJECT *input_after;
39         FL_OBJECT *button_restore;
40         FL_OBJECT *button_ok;
41         FL_OBJECT *button_apply;
42         FL_OBJECT *button_close;
43 };
44
45 #endif /* FD_form_citation_h_ */