Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/Efl_Ui.h
Show First 20 Lines • Show All 229 Lines • ▼ Show 20 Line(s) | |||||
230 | # include <efl_ui_panes_eo.h> | 230 | # include <efl_ui_panes_eo.h> | ||
231 | # include <efl_ui_panes_part.eo.h> | 231 | # include <efl_ui_panes_part.eo.h> | ||
232 | 232 | | |||
233 | # include <efl_ui_navigation_bar.eo.h> | 233 | # include <efl_ui_navigation_bar.eo.h> | ||
234 | # include <efl_ui_navigation_bar_part.eo.h> | 234 | # include <efl_ui_navigation_bar_part.eo.h> | ||
235 | # include <efl_ui_navigation_bar_part_back_button.eo.h> | 235 | # include <efl_ui_navigation_bar_part_back_button.eo.h> | ||
236 | # include <efl_ui_navigation_layout.eo.h> | 236 | # include <efl_ui_navigation_layout.eo.h> | ||
237 | # include <efl_ui_stack.eo.h> | 237 | # include <efl_ui_stack.eo.h> | ||
238 | # include <efl_ui_clickable.eo.h> | ||||
239 | # include <efl_ui_clickable_util.eo.h> | ||||
238 | 240 | | |||
239 | /** | 241 | /** | ||
240 | * Initialize Elementary | 242 | * Initialize Elementary | ||
241 | * | 243 | * | ||
242 | * @param[in] argc System's argument count value | 244 | * @param[in] argc System's argument count value | ||
243 | * @param[in] argv System's pointer to array of argument strings | 245 | * @param[in] argv System's pointer to array of argument strings | ||
244 | * @return The init counter value. | 246 | * @return The init counter value. | ||
245 | * | 247 | * | ||
▲ Show 20 Lines • Show All 55 Lines • Show Last 20 Lines |