mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
a77033585c
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
25 lines
524 B
C
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_ */
|