]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/xform_helpers.h
More pref work from Angus
[lyx.git] / src / frontends / xforms / xform_helpers.h
1 #ifndef XFORMHELPERS_H
2 #define XFORMHELPERS_H
3
4 #ifdef __GNUG_
5 #pragma interface
6 #endif
7
8 #include <config.h>
9 #include "LString.h"
10
11 // Take a string and add breaks so that it fits into a desired label width, w
12 string formatted( string const &label, int w, int size, int style );
13
14 #endif