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 ================================================== */
struct _wlmaker_background_t wlmaker_background_t
Definition background.h:30
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
struct _wlmtk_env_t wlmtk_env_t
Definition env.h:24
struct _wlmtk_panel_t wlmtk_panel_t
Definition panel.h:26
Definition background.c:28