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