1 /* This is the primary Elementary header file that includes all other useful
4 * Elementary is distributed under the LGPLv2 license. Please see the COPYING
5 * file that was distributed with this source.
10 @ELM_UNIX_DEF@ ELM_UNIX
11 @ELM_WIN32_DEF@ ELM_WIN32
12 @ELM_WINCE_DEF@ ELM_WINCE
13 @ELM_EDBUS_DEF@ ELM_EDBUS
14 @ELM_EFREET_DEF@ ELM_EFREET
15 @ELM_ETHUMB_DEF@ ELM_ETHUMB
17 @ELM_EMAP_DEF@ ELM_EMAP
18 @ELM_DEBUG_DEF@ ELM_DEBUG
19 @ELM_ALLOCA_H_DEF@ ELM_ALLOCA_H
20 @ELM_LIBINTL_H_DEF@ ELM_LIBINTL_H
21 @ELM_DIRENT_H_DEF@ ELM_DIRENT_H
23 /* Standard headers for standard system calls etc. */
28 #include <sys/types.h>
31 #include <sys/param.h>
57 #if defined (ELM_WIN32) || defined (ELM_WINCE)
60 #define alloca _alloca
70 #include <Ecore_Evas.h>
71 #include <Ecore_File.h>
72 @ELEMENTARY_ECORE_IMF_INC@
73 @ELEMENTARY_ECORE_CON_INC@
82 #include <Efreet_Mime.h>
83 #include <Efreet_Trash.h>
87 #include <Ethumb_Client.h>
99 #ifdef ELEMENTARY_BUILD
101 #define EAPI __declspec(dllexport)
104 #endif /* ! DLL_EXPORT */
106 #define EAPI __declspec(dllimport)
107 #endif /* ! EFL_EVAS_BUILD */
111 #define EAPI __attribute__ ((visibility("default")))
118 #endif /* ! _WIN32 */
123 #define EAPI_MAIN EAPI
126 /* allow usage from c++ */
133 #include <elm_intro.h> // OK
134 #include <elm_getting_started.h> // OK
135 #include <elm_authors.h> // OK
137 #define ELM_VERSION_MAJOR @VMAJ@
138 #define ELM_VERSION_MINOR @VMIN@
140 typedef struct _Elm_Version
148 EAPI extern Elm_Version *elm_version;
150 /* include these first for general used definitions */
151 #include <elm_general.h> // OK
152 #include <elm_tooltip.h> // OK
153 #include <elm_object_item.h> // OK
155 /* special widgets - types used elsewhere */
156 #include <elm_icon.h> // OK
157 #include <elm_scroller.h> // OK
158 #include <elm_entry.h> // OK
159 #include <elm_list.h> // OK
163 #include <elc_ctxpopup.h>
164 #include <elc_dayselector.h> // Ok
165 #include <elc_fileselector_button.h>
166 #include <elc_fileselector_entry.h>
167 #include <elc_fileselector.h>
168 #include <elc_hoversel.h>
169 #include <elc_multibuttonentry.h> // OK
170 #include <elc_naviframe.h>
171 #include <elc_popup.h>
172 #include <elm_actionslider.h> //ok
173 #include <elm_app.h> //ok
175 #include <elm_box.h> //ok
178 #include <elm_bubble.h> // OK
179 #include <elm_button.h> // OK
180 #include <elm_cache.h> // OK
181 #include <elm_calendar.h> // OK
182 #include <elm_check.h> // OK
183 #include <elm_clock.h>
184 #include <elm_cnp.h> // OK
185 #include <elm_colorselector.h> // OK
186 #include <elm_config.h> // OK
187 #include <elm_conform.h> // OK
188 #include <elm_cursor.h> // OK
189 #include <elm_datetime.h> // OK
190 #include <elm_debug.h> // OK
191 #include <elm_diskselector.h> // OK
194 //#include <elm_factory.h> // OK
195 #include <elm_finger.h> // OK
196 #include <elm_flip.h> // OK
197 #include <elm_flipselector.h> // OK
198 #include <elm_focus.h> // OK
199 #include <elm_fonts.h> // OK
200 #include <elm_frame.h> // OK
201 #include <elm_gen.h> // OK
202 #include <elm_gengrid.h> // OK
203 #include <elm_genlist.h> // OK
204 #include <elm_gesture_layer.h> // OK
205 #include <elm_glview.h> // OK
206 #include <elm_grid.h> // OK
209 #include <elm_hover.h> // OK
210 #include <elm_image.h> // OK
211 #include <elm_index.h> // OK
212 #include <elm_label.h> // OK
213 #include <elm_layout.h> // OK
214 #include <elm_macros.h> // OK
215 #include <elm_mapbuf.h> // OK
217 #include <elm_menu.h> // OK
218 #include <elm_mirroring.h> // OK
219 #include <elm_need.h> // OK
220 #include <elm_notify.h> // OK
221 #include <elm_object.h> // OK
224 #include <elm_panel.h> // OK
225 #include <elm_panes.h> // OK
226 #include <elm_photocam.h> // OK
227 #include <elm_photo.h> // OK
228 #include <elm_plug.h> // OK
229 #include <elm_progressbar.h> // OK
230 #include <elm_radio.h> // OK
231 #include <elm_route.h> // OK
232 #include <elm_scale.h> // OK
233 #include <elm_scroll.h> // OK
234 #include <elm_segment_control.h> // OK
237 #include <elm_separator.h> // OK
238 #include <elm_slider.h> // OK
239 #include <elm_slideshow.h> // OK
240 #include <elm_spinner.h> // OK
241 #include <elm_store.h> // OK
242 #include <elm_table.h> // OK
243 #include <elm_theme.h> // OK
244 #include <elm_thumb.h> // OK
245 #include <elm_toolbar.h> // OK
246 #include <elm_transit.h> // OK
247 #include <elm_video.h> // OK
249 #include <elm_win.h> // OK
251 /* include deprecated calls last of all */
252 #include <elm_deprecated.h> // OK