3 * @brief Elementary Widget Library
21 /* Standard headers for standard system calls etc. */
26 #include <sys/types.h>
29 #include <sys/param.h>
55 #if defined (ELM_WIN32) || defined (ELM_WINCE)
58 #define alloca _alloca
68 #include <Ecore_Evas.h>
69 #include <Ecore_File.h>
70 #include <Ecore_IMF.h>
71 #include <Ecore_Con.h>
80 #include <Efreet_Mime.h>
81 #include <Efreet_Trash.h>
85 #include <Ethumb_Client.h>
97 #ifdef ELEMENTARY_BUILD
99 #define EAPI __declspec(dllexport)
102 #endif /* ! DLL_EXPORT */
104 #define EAPI __declspec(dllimport)
105 #endif /* ! EFL_EVAS_BUILD */
109 #define EAPI __attribute__ ((visibility("default")))
116 #endif /* ! _WIN32 */
121 #define EAPI_MAIN EAPI
124 /* allow usage from c++ */
131 #include <elm_intro.h>
132 #include <elm_getting_started.h>
133 #include <elm_authors.h>
135 #define ELM_VERSION_MAJOR 0
136 #define ELM_VERSION_MINOR 8
138 typedef struct _Elm_Version
146 EAPI extern Elm_Version * elm_version;
148 /* include these first for general used definitions */
149 #include <elm_general.h>
150 #include <elm_object_item.h>
151 #include <elm_tooltip.h>
153 /* special widgets - types used elsewhere */
154 #include <elm_icon.h>
155 #include <elm_scroller.h>
156 #include <elm_entry.h>
157 #include <elm_list.h>
160 #include <elc_anchorblock.h>
161 #include <elc_anchorview.h>
162 #include <elc_ctxpopup.h>
163 #include <elc_fileselector_button.h>
164 #include <elc_fileselector_entry.h>
165 #include <elc_fileselector.h>
166 #include <elc_hoversel.h>
167 #include <elc_multibuttonentry.h>
168 #include <elc_naviframe.h>
169 #include <elm_actionslider.h>
173 #include <elm_bubble.h>
174 #include <elm_button.h>
175 #include <elm_cache.h>
176 #include <elm_calendar.h>
177 #include <elm_check.h>
178 #include <elm_clock.h>
180 #include <elm_colorselector.h>
181 #include <elm_config.h>
182 #include <elm_conform.h>
183 #include <elm_cursor.h>
184 #include <elm_debug.h>
185 #include <elm_deprecated.h>
186 #include <elm_diskselector.h>
187 #include <elm_engine.h>
188 #include <elm_factory.h>
189 #include <elm_finger.h>
190 #include <elm_flip.h>
191 #include <elm_flipselector.h>
192 #include <elm_focus.h>
193 #include <elm_fonts.h>
194 #include <elm_frame.h>
195 #include <elm_gengrid.h>
196 #include <elm_genlist.h>
197 #include <elm_gesture_layer.h>
198 #include <elm_glview.h>
199 #include <elm_grid.h>
200 #include <elm_hover.h>
201 #include <elm_image.h>
202 #include <elm_index.h>
203 #include <elm_label.h>
204 #include <elm_layout.h>
205 #include <elm_macros.h>
206 #include <elm_mapbuf.h>
208 #include <elm_menu.h>
209 #include <elm_mirroring.h>
210 #include <elm_need.h>
211 #include <elm_notify.h>
212 #include <elm_object.h>
213 #include <elm_pager.h>
214 #include <elm_panel.h>
215 #include <elm_panes.h>
216 #include <elm_password.h>
217 #include <elm_photocam.h>
218 #include <elm_photo.h>
219 #include <elm_progressbar.h>
220 #include <elm_radio.h>
221 #include <elm_route.h>
222 #include <elm_scale.h>
223 #include <elm_scroll.h>
224 #include <elm_segment_control.h>
225 #include <elm_separator.h>
226 #include <elm_slider.h>
227 #include <elm_slideshow.h>
228 #include <elm_spinner.h>
229 #include <elm_store.h>
230 #include <elm_table.h>
231 #include <elm_theme.h>
232 #include <elm_thumb.h>
233 #include <elm_toolbar.h>
234 #include <elm_transit.h>
235 #include <elm_video.h>