]> git.decadent.org.uk Git - ion3.git/blob - de/init.h
c751bb0e9db6ad8f8bd5217062731c9be3fd5d3e
[ion3.git] / de / init.h
1 /*
2  * ion/de/init.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_DE_INIT_H
13 #define ION_DE_INIT_H
14
15 #include <ioncore/common.h>
16 #include <ioncore/gr.h>
17 #include "brush.h"
18
19 extern void de_get_border_val(uint *val, ExtlTab tab, const char *what);
20 extern void de_get_border_style(uint *ret, ExtlTab tab);
21 extern void de_get_border(DEBorder *border, ExtlTab tab);
22
23 extern bool de_get_colour(WRootWin *rootwin, DEColour *ret, 
24                           ExtlTab tab, DEStyle *based_on,
25                           const char *what, DEColour substitute);
26 extern void de_get_colour_group(WRootWin *rootwin, DEColourGroup *cg, 
27                                 ExtlTab tab, DEStyle *based_on);
28 extern void de_get_extra_cgrps(WRootWin *rootwin, DEStyle *style, 
29                                ExtlTab tab);
30
31 extern void de_get_text_align(int *alignret, ExtlTab tab);
32
33 extern void de_get_transparent_background(uint *mode, ExtlTab tab);
34
35 extern void de_get_nonfont(WRootWin *rw, DEStyle *style, ExtlTab tab);
36
37 extern bool de_defstyle_rootwin(WRootWin *rootwin, const char *name, 
38                                 ExtlTab tab);
39 extern bool de_defstyle(const char *name, ExtlTab tab);
40
41 #endif /* ION_DE_INIT_H */