]> git.lyx.org Git - lyx.git/blob - src/frontends/guiapi.h
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / guiapi.h
1 // -*- C++ -*-
2 /**
3  * \file guiapi.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Lars Gullik Bjønnes
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef GUIAPI_H
13 #define GUIAPI_H
14
15
16
17 class Dialogs;
18
19 extern "C" {
20
21 void gui_show_dialog(Dialogs *, char const * name, char const * data);
22
23 void gui_ShowDocument(Dialogs &);
24 void gui_ShowForks(Dialogs &);
25 void gui_ShowPreamble(Dialogs &);
26 void gui_ShowPreferences(Dialogs &);
27 void gui_ShowPrint(Dialogs &);
28 void gui_ShowSearch(Dialogs &);
29 void gui_ShowSendto(Dialogs &);
30 void gui_ShowSpellchecker(Dialogs &);
31
32 } // extern "C"
33
34 #endif // GUIAPI_H