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 "bordered.h"
27#include "box.h"
28#include "buffer.h"
29#include "button.h"
30#include "container.h"
31#include "content.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 "pane.h"
42#include "panel.h"
43#include "popup.h"
44#include "primitives.h"
45#include "rectangle.h"
46#include "resizebar.h"
47#include "resizebar_area.h"
48#include "root.h"
49#include "style.h"
50#include "surface.h"
51#include "test.h"
52#include "tile.h"
53#include "titlebar.h"
54#include "titlebar_button.h"
55#include "titlebar_title.h"
56#include "util.h"
57#include "window.h"
58#include "workspace.h"
59// IWYU pragma: end_exports
60
61#ifdef __cplusplus
62extern "C" {
63#endif // __cplusplus
64
65#ifdef __cplusplus
66} // extern "C"
67#endif // __cplusplus
68
69#endif /* __WLMTK_TOOLKIT_H__ */
70/* == End of toolkit.h ===================================================== */