]> git.lyx.org Git - lyx.git/blob - src/frontends/LyXScreenFactory.h
fix tooltips in toolbar
[lyx.git] / src / frontends / LyXScreenFactory.h
1 /**
2  * \file LyXScreenFactory.h
3  * Copyright 2002 the LyX Team
4  * Read the file COPYING
5  *
6  * \author John Levon <moz@compsoc.man.ac.uk>
7  */
8
9 #ifndef LYXSCREENFACTORY_H
10 #define LYXSCREENFACTORY_H
11  
12 class WorkArea;
13 class LyXScreen;
14
15 namespace LyXScreenFactory {
16         /**
17          * Make a screen renderer. Used because we want to 
18          * generate a toolkit-specific instance.
19          */
20         LyXScreen * create(WorkArea & owner);
21 }
22
23 #endif // LYXSCREEN_FACTORY_H