mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
ab45a3ae91
sure what I will do with them). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@894 a592a061-630c-0410-9148-cb99ea01b6c8
23 lines
502 B
C
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_ */
|