Changeset View
Changeset View
Standalone View
Standalone View
src/tests/elementary/spec/efl_test_clickable.c
1 | #ifdef HAVE_CONFIG_H | 1 | #ifdef HAVE_CONFIG_H | ||
---|---|---|---|---|---|
2 | # include "elementary_config.h" | 2 | # include "elementary_config.h" | ||
3 | #endif | 3 | #endif | ||
4 | 4 | | |||
5 | #include <Efl_Ui.h> | 5 | #include <Efl_Ui.h> | ||
6 | #include "efl_ui_spec_suite.h" | 6 | #include "efl_ui_spec_suite.h" | ||
7 | #include "suite_helpers.h" | 7 | #include "suite_helpers.h" | ||
8 | 8 | | |||
9 | /* spec-meta-start | 9 | /* spec-meta-start | ||
10 | {"test-interface":"Efl.Ui.Clickable", | 10 | {"test-interface":"Efl.Ui.Clickable", | ||
11 | "test-widgets": ["Efl.Ui.Button", "Efl.Ui.Image"] | 11 | "test-widgets": ["Efl.Ui.Button", "Efl.Ui.Image", "Efl.Ui.Panes"] | ||
12 | } | 12 | } | ||
13 | spec-meta-end | 13 | spec-meta-end | ||
14 | */ | 14 | */ | ||
15 | 15 | | |||
16 | /* | 16 | /* | ||
17 | * Here follows a fixture that ensures that the window is correctly rendered, and the mouse is moved into the middle of the window. | 17 | * Here follows a fixture that ensures that the window is correctly rendered, and the mouse is moved into the middle of the window. | ||
18 | */ | 18 | */ | ||
19 | 19 | | |||
▲ Show 20 Lines • Show All 222 Lines • Show Last 20 Lines |