lyx_mirror/src/log_form.h
Jean-Marc Lasgouttes ab45a3ae91 Removed Options->LaTeX and all related code. New Variables.[Ch] files (not
sure what I will do with them).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@894 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-18 11:06:04 +00:00

23 lines
502 B
C

/** Header file generated with fdesign on Mon Jul 17 21:08:23 2000.**/
#ifndef FD_LaTeXLog_h_
#define FD_LaTeXLog_h_
/** Callbacks, globals and object handlers **/
extern "C" void LatexLogClose(FL_OBJECT *, long);
extern "C" void LatexLogUpdate(FL_OBJECT *, long);
/**** Forms and Objects ****/
typedef struct {
FL_FORM *LaTeXLog;
void *vdata;
char *cdata;
long ldata;
FL_OBJECT *browser_latexlog;
} FD_LaTeXLog;
extern FD_LaTeXLog * create_form_LaTeXLog(void);
#endif /* FD_LaTeXLog_h_ */