]> git.lyx.org Git - lyx.git/blob - src/lyxrow_funcs.h
Change the color of the background widget to red.
[lyx.git] / src / lyxrow_funcs.h
1 // -*- C++ -*-
2 /**
3  * \file lyxrow_funcs.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  * \author André Pönitz
9  *
10  * Full author contact details are available in file CREDITS.
11  */
12
13 #ifndef LYXROW_FUNCS_H
14 #define LYXROW_FUNCS_H
15
16 #include "support/types.h"
17
18 class Paragraph;
19 class Row;
20
21 bool hfillExpansion(Paragraph const & par, Row const & row,
22         lyx::pos_type pos);
23
24 #endif