]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_sendto.h
change some __GNUG_ to __GNUG__
[lyx.git] / src / frontends / xforms / form_sendto.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_sendto_h_
5 #define FD_form_sendto_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
12
13
14 /**** Forms and Objects ****/
15 struct FD_form_sendto {
16         ~FD_form_sendto();
17
18         FL_FORM *form;
19         FL_OBJECT *browser_formats;
20         FL_OBJECT *input_command;
21         FL_OBJECT *button_ok;
22         FL_OBJECT *button_apply;
23         FL_OBJECT *button_close;
24 };
25
26 #endif /* FD_form_sendto_h_ */