]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_fwd.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / forms_fwd.h
1 // -*- C++ -*-
2 /**
3  * \file xforms/forms_fwd.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS
10  */
11
12 #ifndef FORMS_FWD_H
13 #define FORMS_FWD_H
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 /// Can't forward declare the typedef, but this works fine.
20 class forms_;
21 typedef forms_ FL_FORM;
22
23 class flobjs_;
24 typedef flobjs_ FL_OBJECT;
25
26 typedef int FL_Coord;
27
28 #endif // FORMS_FWD_H