]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ghelpers.h
f86b921e09ccb6fdc58118660e06f83f82ef5f77
[lyx.git] / src / frontends / gtk / ghelpers.h
1 // -*- C++ -*-
2 /**
3  * \file ghelpers.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef GHELPERS_H
13 #define GHELPERS_H
14
15 #include <string>
16
17 namespace lyx {
18 namespace frontend {
19
20 /** name is the name of the glade file, without path or extension.
21  *  Eg, "aboutlyx", "tableCreate".
22  */
23 std::string const findGladeFile(std::string const & name);
24
25 } // namespace frontend
26 } // namespace lyx
27
28 #endif // NOT GHELPERS_H