wlmaker
Loading...
Searching...
No Matches
toolkit.h
Go to the documentation of this file.
1/* ========================================================================= */
22#ifndef __WLMTK_TOOLKIT_H__
23#define __WLMTK_TOOLKIT_H__
24
25// IWYU pragma: begin_exports
26#include "base.h"
27#include "bordered.h"
28#include "box.h"
29#include "buffer.h"
30#include "button.h"
31#include "container.h"
32#include "dock.h"
33#include "element.h"
34#include "fsm.h"
35#include "gfxbuf.h"
36#include "image.h"
37#include "input.h"
38#include "layer.h"
39#include "menu.h"
40#include "menu_item.h"
41#include "panel.h"
42#include "popup.h"
43#include "primitives.h"
44#include "rectangle.h"
45#include "resizebar.h"
46#include "resizebar_area.h"
47#include "root.h"
48#include "style.h"
49#include "surface.h"
50#include "test.h"
51#include "tile.h"
52#include "titlebar.h"
53#include "titlebar_button.h"
54#include "titlebar_title.h"
55#include "util.h"
56#include "window.h"
57#include "workspace.h"
58// IWYU pragma: end_exports
59
60#ifdef __cplusplus
61extern "C" {
62#endif // __cplusplus
63
64#ifdef __cplusplus
65} // extern "C"
66#endif // __cplusplus
67
68#endif /* __WLMTK_TOOLKIT_H__ */
69/* == End of toolkit.h ===================================================== */