wlmaker
Loading...
Searching...
No Matches
background.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __BACKGROUND_H__
21#define __BACKGROUND_H__
22
23#include "toolkit/toolkit.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif // __cplusplus
28
31
41 uint32_t color,
42 wlmtk_env_t *env_ptr);
43
50
53
54#ifdef __cplusplus
55} // extern "C"
56#endif // __cplusplus
57
58#endif /* __BACKGROUND_H__ */
59/* == End of background.h ================================================== */
wlmtk_panel_t * wlmaker_background_panel(wlmaker_background_t *background_ptr)
Definition background.c:121
void wlmaker_background_destroy(wlmaker_background_t *background_ptr)
Definition background.c:105
wlmaker_background_t * wlmaker_background_create(uint32_t color, wlmtk_env_t *env_ptr)
Definition background.c:65
Definition background.c:28
Definition env.c:32
Definition panel.h:83