1 /*
2  * libxfdashboard: Maybe a Gnome shell like dashboard for Xfce
3  *
4  * Copyright 2012-2020 Stephan Haller <nomad@froevel.de>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19  * MA 02110-1301, USA.
20  *
21  *
22  */
23 
24 #ifndef __LIBXFDASHBOARD_H__
25 #define __LIBXFDASHBOARD_H__
26 
27 #define __LIBXFDASHBOARD_H_INSIDE__
28 
29 #include <libxfdashboard/action-button.h>
30 #include <libxfdashboard/actor.h>
31 #include <libxfdashboard/application-button.h>
32 #include <libxfdashboard/application-database.h>
33 #include <libxfdashboard/application.h>
34 #include <libxfdashboard/applications-menu-model.h>
35 #include <libxfdashboard/applications-search-provider.h>
36 #include <libxfdashboard/applications-view.h>
37 #include <libxfdashboard/application-tracker.h>
38 #include <libxfdashboard/background.h>
39 #include <libxfdashboard/binding.h>
40 #include <libxfdashboard/bindings-pool.h>
41 #include <libxfdashboard/box-layout.h>
42 #include <libxfdashboard/button.h>
43 #include <libxfdashboard/click-action.h>
44 #include <libxfdashboard/collapse-box.h>
45 #include <libxfdashboard/css-selector.h>
46 #include <libxfdashboard/desktop-app-info.h>
47 #include <libxfdashboard/drag-action.h>
48 #include <libxfdashboard/drop-action.h>
49 #include <libxfdashboard/dynamic-table-layout.h>
50 #include <libxfdashboard/emblem-effect.h>
51 #include <libxfdashboard/fill-box-layout.h>
52 #include <libxfdashboard/focusable.h>
53 #include <libxfdashboard/focus-manager.h>
54 #include <libxfdashboard/image-content.h>
55 #include <libxfdashboard/label.h>
56 #include <libxfdashboard/live-window.h>
57 #include <libxfdashboard/live-window-simple.h>
58 #include <libxfdashboard/live-workspace.h>
59 #include <libxfdashboard/model.h>
60 #include <libxfdashboard/outline-effect.h>
61 #include <libxfdashboard/plugin.h>
62 #include <libxfdashboard/plugins-manager.h>
63 #include <libxfdashboard/popup-menu.h>
64 #include <libxfdashboard/popup-menu-item-button.h>
65 #include <libxfdashboard/popup-menu-item.h>
66 #include <libxfdashboard/popup-menu-item-separator.h>
67 #include <libxfdashboard/quicklaunch.h>
68 #include <libxfdashboard/scaled-table-layout.h>
69 #include <libxfdashboard/scrollbar.h>
70 #include <libxfdashboard/search-manager.h>
71 #include <libxfdashboard/search-provider.h>
72 #include <libxfdashboard/search-result-container.h>
73 #include <libxfdashboard/search-result-set.h>
74 #include <libxfdashboard/search-view.h>
75 #include <libxfdashboard/stage.h>
76 #include <libxfdashboard/stage-interface.h>
77 #include <libxfdashboard/stylable.h>
78 #include <libxfdashboard/text-box.h>
79 #include <libxfdashboard/theme-css.h>
80 #include <libxfdashboard/theme-effects.h>
81 #include <libxfdashboard/theme.h>
82 #include <libxfdashboard/theme-layout.h>
83 #include <libxfdashboard/toggle-button.h>
84 #include <libxfdashboard/tooltip-action.h>
85 #include <libxfdashboard/types.h>
86 #include <libxfdashboard/utils.h>
87 #include <libxfdashboard/version.h>
88 #include <libxfdashboard/view.h>
89 #include <libxfdashboard/view-manager.h>
90 #include <libxfdashboard/viewpad.h>
91 #include <libxfdashboard/view-selector.h>
92 #include <libxfdashboard/window-content.h>
93 #include <libxfdashboard/windows-view.h>
94 #include <libxfdashboard/window-tracker-backend.h>
95 #include <libxfdashboard/window-tracker.h>
96 #include <libxfdashboard/window-tracker-monitor.h>
97 #include <libxfdashboard/window-tracker-window.h>
98 #include <libxfdashboard/window-tracker-workspace.h>
99 #include <libxfdashboard/workspace-selector.h>
100 
101 #undef __LIBXFDASHBOARD_H_INSIDE__
102 
103 #endif
104