]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_fwd.h
fix tooltips in toolbar
[lyx.git] / src / frontends / xforms / forms_fwd.h
1 // -*- C++ -*-
2 /**
3  * \file xforms/forms_fwd.h
4  * Copyright 2000-2002 the LyX Team
5  * Read the file COPYING
6  *
7  * \author Angus Leeming, leeming@lyx.org
8  */
9
10 #ifndef FORMS_FWD_H
11 #define FORMS_FWD_H
12
13 #ifdef __GNUG__
14 #pragma interface
15 #endif
16
17 /// Can't forward declare the typedef, but this works fine.
18 class forms_;
19 typedef forms_ FL_FORM;
20
21 class flobjs_;
22 typedef flobjs_ FL_OBJECT;
23
24 typedef int FL_Coord;
25
26 #endif // FORMS_FWD_H