]> git.lyx.org Git - lyx.git/blob - src/log_form.h
Fixes to insettabular/text.
[lyx.git] / src / log_form.h
1 /** Header file generated with fdesign **/
2
3 #ifndef FD_LaTeXLog_h_
4 #define FD_LaTeXLog_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern "C" void LatexLogClose(FL_OBJECT *, long);
8 extern "C" void LatexLogUpdate(FL_OBJECT *, long);
9
10
11 /**** Forms and Objects ****/
12 typedef struct {
13         FL_FORM *LaTeXLog;
14         void *vdata;
15         char *cdata;
16         long  ldata;
17         FL_OBJECT *browser_latexlog;
18 } FD_LaTeXLog;
19
20 extern FD_LaTeXLog * create_form_LaTeXLog(void);
21
22 #endif /* FD_LaTeXLog_h_ */