]> git.lyx.org Git - lyx.git/blob - src/frontends/LyXKeySymFactory.h
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / LyXKeySymFactory.h
1 // -*- C++ -*-
2 /**
3  * \file LyXKeySymFactory.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Asger & Jürgen
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef LYXKEYSYMFACTORY_H
13 #define LYXKEYSYMFACTORY_H
14
15 class LyXKeySym;
16
17 namespace LyXKeySymFactory {
18         /**
19          * Make a LyXKeySym. Used because we want to
20          * generate a toolkit-specific instance.
21          */
22         LyXKeySym * create();
23 }
24
25 #endif // LYXKEYSYM_FACTORY_H