lyx_mirror/src/insets/form_url.h
Jürgen Vigna a77033585c This patch should now fix all resize problems we have with forms-windows.
If a save and correct resize is not possible I forbid resizing. I hope I
got all of them :)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@243 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-25 14:50:26 +00:00

25 lines
524 B
C

/** Header file generated with fdesign on Mon Oct 25 15:21:02 1999.**/
#ifndef FD_form_url_h_
#define FD_form_url_h_
/** Callbacks, globals and object handlers **/
extern "C" void C_InsetUrl_CloseUrlCB(FL_OBJECT *, long);
/**** Forms and Objects ****/
typedef struct {
FL_FORM *form_url;
void *vdata;
char *cdata;
long ldata;
FL_OBJECT *url_name;
FL_OBJECT *name_name;
FL_OBJECT *radio_html;
FL_OBJECT *button_close;
} FD_form_url;
extern FD_form_url * create_form_form_url(void);
#endif /* FD_form_url_h_ */