]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ghelpers.h
873e269f673f49e07adf4ed5d4883177fc4dd21e
[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 /** name is the name of the glade file, without path or extension.
18  *  Eg, "aboutlyx", "tableCreate".
19  */
20 std::string const findGladeFile(std::string const & name);
21
22 #endif // NOT GHELPERS_H