wlmaker
Loading...
Searching...
No Matches
style.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __WLMTK_STYLE_H__
21#define __WLMTK_STYLE_H__
22
23#include <inttypes.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif // __cplusplus
28
39
41typedef struct {
43 uint32_t color;
45
47typedef struct {
49 uint32_t from;
51 uint32_t to;
53
68
70typedef struct {
72 int width;
74 uint32_t color;
76
77#ifdef __cplusplus
78} // extern "C"
79#endif // __cplusplus
80
81#endif /* __WLMTK_STYLE_H__ */
82/* == End of style.h ================================================== */
Definition style.h:70
int width
Definition style.h:72
uint32_t color
Definition style.h:74
uint32_t from
Definition style.h:49
uint32_t to
Definition style.h:51
Definition style.h:41
uint32_t color
Definition style.h:43
Definition style.h:55
wlmtk_style_color_gradient_data_t hgradient
Definition style.h:63
wlmtk_style_color_solid_data_t solid
Definition style.h:61
wlmtk_style_fill_type_t type
Definition style.h:57
wlmtk_style_color_gradient_data_t dgradient
Definition style.h:65
wlmtk_style_fill_type_t
Definition style.h:30
@ WLMTK_STYLE_COLOR_SOLID
Definition style.h:32
@ WLMTK_STYLE_COLOR_HGRADIENT
Definition style.h:34
@ WLMTK_STYLE_COLOR_DGRADIENT
Definition style.h:36