]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_aboutlyx.h
(John): translate dialog titles.
[lyx.git] / src / frontends / xforms / form_aboutlyx.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_aboutlyx_h_
5 #define FD_form_aboutlyx_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
9
10
11 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
12
13
14
15 /**** Forms and Objects ****/
16 struct FD_form_aboutlyx {
17         ~FD_form_aboutlyx();
18
19         FL_FORM *form;
20         FL_OBJECT *button_close;
21         FL_OBJECT *tabfolder;
22 };
23 struct FD_form_tab_version {
24         ~FD_form_tab_version();
25
26         FL_FORM *form;
27         FL_OBJECT *text_copyright;
28         FL_OBJECT *text_version;
29 };
30 struct FD_form_tab_credits {
31         ~FD_form_tab_credits();
32
33         FL_FORM *form;
34         FL_OBJECT *browser_credits;
35 };
36 struct FD_form_tab_license {
37         ~FD_form_tab_license();
38
39         FL_FORM *form;
40         FL_OBJECT *text_license;
41         FL_OBJECT *text_warranty;
42 };
43
44 #endif /* FD_form_aboutlyx_h_ */