wlmaker
Loading...
Searching...
No Matches
src
xwl_toplevel.h
Go to the documentation of this file.
1
/* ========================================================================= */
20
#ifndef __XWL_TOPLEVEL_H__
21
#define __XWL_TOPLEVEL_H__
22
23
#include "
xwl_toplevel.h
"
24
25
#include "
xwl_content.h
"
26
#include "
toolkit/toolkit.h
"
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
// __cplusplus
31
33
typedef
struct
_wlmaker_xwl_toplevel_t
wlmaker_xwl_toplevel_t
;
34
42
wlmaker_xwl_toplevel_t
*
wlmaker_xwl_toplevel_create
(
43
wlmaker_xwl_content_t
*content_ptr,
44
wlmaker_server_t
*
server_ptr
,
45
wlmtk_env_t
*env_ptr);
46
52
void
wlmaker_xwl_toplevel_destroy
(
53
wlmaker_xwl_toplevel_t
*xwl_toplevel_ptr);
54
61
void
wlmaker_xwl_toplevel_set_decorations
(
62
wlmaker_xwl_toplevel_t
*xwl_toplevel_ptr,
63
bool
decorated);
64
66
wlmtk_window_t
*
wlmtk_window_from_xwl_toplevel
(
67
wlmaker_xwl_toplevel_t
*xwl_toplevel_ptr);
68
69
#ifdef __cplusplus
70
}
// extern "C"
71
#endif
// __cplusplus
72
73
#endif
/* __XWL_TOPLEVEL_H__ */
74
/* == End of xwl_toplevel.h ================================================== */
_wlmaker_server_t
Definition
server.h:60
_wlmaker_xwl_content_t
Definition
xwl_content.c:37
_wlmaker_xwl_toplevel_t
Definition
xwl_toplevel.c:26
_wlmaker_xwl_toplevel_t::server_ptr
wlmaker_server_t * server_ptr
Definition
xwl_toplevel.c:31
_wlmtk_env_t
Definition
env.c:32
_wlmtk_window_t
Definition
window.c:68
toolkit.h
xwl_content.h
xwl_toplevel.h
wlmtk_window_from_xwl_toplevel
wlmtk_window_t * wlmtk_window_from_xwl_toplevel(wlmaker_xwl_toplevel_t *xwl_toplevel_ptr)
Definition
xwl_toplevel.c:112
wlmaker_xwl_toplevel_set_decorations
void wlmaker_xwl_toplevel_set_decorations(wlmaker_xwl_toplevel_t *xwl_toplevel_ptr, bool decorated)
Definition
xwl_toplevel.c:102
wlmaker_xwl_toplevel_create
wlmaker_xwl_toplevel_t * wlmaker_xwl_toplevel_create(wlmaker_xwl_content_t *content_ptr, wlmaker_server_t *server_ptr, wlmtk_env_t *env_ptr)
Definition
xwl_toplevel.c:49
wlmaker_xwl_toplevel_destroy
void wlmaker_xwl_toplevel_destroy(wlmaker_xwl_toplevel_t *xwl_toplevel_ptr)
Definition
xwl_toplevel.c:82
Generated by
1.10.0