gwenhywfar
4.6.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
html
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
15
typedef
struct
HTML_PROPS
HTML_PROPS
;
16
17
#define HTML_PROPS_NOCOLOR 0xffffffff
18
19
#include <gwenhywfar/htmlfont_be.h>
20
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
27
GWENHYWFAR_API
HTML_PROPS
*
HtmlProps_new
(
void
);
28
GWENHYWFAR_API
void
HtmlProps_free
(
HTML_PROPS
*pr);
29
GWENHYWFAR_API
void
HtmlProps_Attach
(
HTML_PROPS
*pr);
30
GWENHYWFAR_API
HTML_PROPS
*
HtmlProps_dup
(
const
HTML_PROPS
*pr);
31
32
33
GWENHYWFAR_API
HTML_FONT
*
HtmlProps_GetFont
(
const
HTML_PROPS
*pr);
34
GWENHYWFAR_API
void
HtmlProps_SetFont
(
HTML_PROPS
*pr,
HTML_FONT
*fnt);
35
36
GWENHYWFAR_API
uint32_t
HtmlProps_GetForegroundColor
(
const
HTML_PROPS
*pr);
37
GWENHYWFAR_API
void
HtmlProps_SetForegroundColor
(
HTML_PROPS
*pr, uint32_t c);
38
39
GWENHYWFAR_API
uint32_t
HtmlProps_GetBackgroundColor
(
const
HTML_PROPS
*pr);
40
GWENHYWFAR_API
void
HtmlProps_SetBackgroundColor
(
HTML_PROPS
*pr, uint32_t c);
41
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
48
#endif
49
Generated on Wed May 29 2013 05:31:47 for gwenhywfar by
1.8.3.1