]> git.lyx.org Git - features.git/blob - src/frontends/gtk/GAboutlyx.h
The Gtk patch.
[features.git] / src / frontends / gtk / GAboutlyx.h
1 // -*- C++ -*-
2 /**
3  * \file GAboutlyx.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Huang Ying
8  *
9  * Full author contact details are available in file CREDITS
10  */
11
12 #ifndef GABOUTLYX_H
13 #define GABOUTLYX_H
14
15 #include "GViewBase.h"
16
17 class ControlAboutlyx;
18
19 class GAboutlyx : public GViewCB<ControlAboutlyx, GViewGladeB>
20 {
21 public:
22         GAboutlyx(Dialog &);
23 private:
24         virtual void apply() {}
25         virtual void update() {}
26         virtual void doBuild();
27 };
28
29 #endif