3 * \file WorkAreaFactory.h
4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
9 * Full author contact details are available in file CREDITS.
12 #ifndef WORKAREAFACTORY_H
13 #define WORKAREAFACTORY_H
18 namespace WorkAreaFactory
{
20 * Make a work area. Used because we want to generate
21 * a toolkit-specific instance.
23 WorkArea
* create(LyXView
& owner
, int w
, int h
);
26 #endif // WORKAREA_FACTORY_H