gwenhywfar 5.10.1
htmlprops_be.h
Go to the documentation of this file.
1/***************************************************************************
2 begin : Sat Feb 20 2010
3 copyright : (C) 2010 by Martin Preuss
4 email : martin@libchipcard.de
5
6 ***************************************************************************
7 * Please see toplevel file COPYING for license details *
8 ***************************************************************************/
9
10
11#ifndef HTMLPROPS_BE_H
12#define HTMLPROPS_BE_H
13
14
15typedef struct HTML_PROPS HTML_PROPS;
16
17#define HTML_PROPS_NOCOLOR 0xffffffff
18
20
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26
31
32
35
38
41
42
43#ifdef __cplusplus
44}
45#endif
46
47
48#endif
49
#define GWENHYWFAR_API
Definition: gwenhywfarapi.h:67
struct HTML_FONT HTML_FONT
Definition: htmlfont_be.h:23
GWENHYWFAR_API void HtmlProps_SetFont(HTML_PROPS *pr, HTML_FONT *fnt)
struct HTML_PROPS HTML_PROPS
Definition: htmlprops_be.h:15
GWENHYWFAR_API HTML_FONT * HtmlProps_GetFont(const HTML_PROPS *pr)
GWENHYWFAR_API void HtmlProps_SetBackgroundColor(HTML_PROPS *pr, uint32_t c)
GWENHYWFAR_API uint32_t HtmlProps_GetForegroundColor(const HTML_PROPS *pr)
GWENHYWFAR_API void HtmlProps_free(HTML_PROPS *pr)
GWENHYWFAR_API void HtmlProps_Attach(HTML_PROPS *pr)
GWENHYWFAR_API HTML_PROPS * HtmlProps_new(void)
GWENHYWFAR_API void HtmlProps_SetForegroundColor(HTML_PROPS *pr, uint32_t c)
GWENHYWFAR_API uint32_t HtmlProps_GetBackgroundColor(const HTML_PROPS *pr)
GWENHYWFAR_API HTML_PROPS * HtmlProps_dup(const HTML_PROPS *pr)