]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_url.h
regenerated form_xxx files; got the bastard compiling; TOC dialog crashes lyx
[lyx.git] / src / frontends / xforms / form_url.h
1 /** Header file generated with fdesign on Wed Aug  2 13:56:57 2000.**/
2
3 #ifndef FD_form_url_h_
4 #define FD_form_url_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern  "C" void C_FormCommandCancelCB(FL_OBJECT *, long);
8 extern  "C" void C_FormCommandOKCB(FL_OBJECT *, long);
9
10
11 /**** Forms and Objects ****/
12 struct FD_form_url {
13
14         FL_FORM *form_url;
15         FL_OBJECT *url;
16         FL_OBJECT *name;
17         FL_OBJECT *radio_html;
18         FL_OBJECT *cancel;
19         FL_OBJECT *ok;
20 };
21
22 #endif /* FD_form_url_h_ */