mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 18:52:46 +00:00
f4d7b803f3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@966 a592a061-630c-0410-9148-cb99ea01b6c8
23 lines
474 B
C
23 lines
474 B
C
/** Header file generated with fdesign **/
|
|
|
|
#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_ */
|