]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_url.h
Fix to the URL inset stuff
[lyx.git] / src / frontends / xforms / form_url.h
1 /** Header file generated with fdesign on Thu Jul 27 12:19:49 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_FormUrlCancelCB(FL_OBJECT *, long);
8 extern  "C" void C_FormUrlOKCB(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_ */