]> git.lyx.org Git - features.git/blob - src/frontends/gnome/GUIRunTime_pimpl.h
fixed the fix for FormDocument's policy
[features.git] / src / frontends / gnome / GUIRunTime_pimpl.h
1 // -*- C++ -*-
2 /* This file is part of
3  * ======================================================
4  * 
5  *           LyX, The Document Processor
6  *
7  *           Copyright 2000 The LyX Team.
8  *
9  *           @author Jürgen Vigna
10  *
11  * ====================================================== */
12
13 #ifndef GUIRUNTIME_PIMPL_H
14 #define GUIRUNTIME_PIMPL_H
15
16 #ifdef __GNUG__
17 #pragma interface
18 #endif
19
20 #include "frontends/GUIRunTime.h"
21
22 /*
23  *    The GUI interface for runtime GUI stuff.
24  */
25 struct GUIRunTime::Pimpl {
26 public:
27     ///
28     static void processEvents();
29     ///
30     static void runTime();
31 };
32 #endif