]> git.lyx.org Git - lyx.git/blob - src/insets/form_url.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / form_url.h
1 /** Header file generated with fdesign on Mon Oct 25 15:21:02 1999.**/
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_InsetUrl_CloseUrlCB(FL_OBJECT *, long);
8
9
10 /**** Forms and Objects ****/
11 typedef struct {
12         FL_FORM *form_url;
13         void *vdata;
14         char *cdata;
15         long  ldata;
16         FL_OBJECT *url_name;
17         FL_OBJECT *name_name;
18         FL_OBJECT *radio_html;
19         FL_OBJECT *button_close;
20 } FD_form_url;
21
22 extern FD_form_url * create_form_form_url(void);
23
24 #endif /* FD_form_url_h_ */