]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/gnome_helpers.h
Joao latest bits
[lyx.git] / src / frontends / gnome / gnome_helpers.h
1 // -*- C++ -*-
2 /**
3  * \file gnome_helpers.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author unknown
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef GNOME_HELPERS_H
13 #define GNOME_HELPERS_H
14
15
16 #include "debug.h"
17
18 #undef Status
19 #undef Value
20 #undef DestroyNotify
21
22 #include <gtkmm/textbuffer.h>
23
24
25 /**
26  * This helper function adds default tags to a TextBuffer
27  *
28  * Hopefully gtk will come with its own one day, but until then...
29  */
30 void addDefaultTags(Glib::RefPtr<Gtk::TextBuffer> &);
31
32 #endif