Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/elm_general.eot
1 | /* Elementary legacy-only types. | 1 | /* Elementary legacy-only types. | ||
---|---|---|---|---|---|
2 | * NOTE: Some of those types still need to be moved to Efl.Ui | 2 | * NOTE: Some of those types still need to be moved to Efl.Ui | ||
3 | */ | 3 | */ | ||
4 | 4 | | |||
5 | enum Elm.Policy | | |||
6 | { | | |||
7 | [[Policy identifiers.]] | | |||
8 | quit, [[under which circumstances the application should quit automatically. | | |||
9 | See also @Elm.Policy.quit.]] | | |||
10 | exit, [[defines elm_exit() behaviour. See also @Elm.Policy.exit. | | |||
11 | | ||||
12 | @since 1.8 | | |||
13 | ]] | | |||
14 | throttle, [[defines how throttling should work. See also @Elm.Policy.throttle | | |||
15 | | ||||
16 | @since 1.8 | | |||
17 | ]] | | |||
18 | last [[Sentinel value to indicate last enum field during iteration]] | | |||
19 | } | | |||
20 | | ||||
21 | /* FIXME: elm_policy API is not bound to EO */ | | |||
22 | enum Elm.Policy_Quit | | |||
23 | { | | |||
24 | [[Possible values for the @Elm.Policy.quit policy]] | | |||
25 | none = 0, [[never quit the application automatically]] | | |||
26 | last_window_closed, [[quit when the application's last window is closed]] | | |||
27 | last_window_hidden [[quit when the application's last window is hidden | | |||
28 | | ||||
29 | @since 1.14]] | | |||
30 | } | | |||
31 | | ||||
32 | /* Legacy-only function pointer types, for the legacy EO classes (genlist, etc...) */ | 5 | /* Legacy-only function pointer types, for the legacy EO classes (genlist, etc...) */ | ||
33 | type Evas_Smart_Cb: __undefined_type; [[Evas smart callback type]] | 6 | type Evas_Smart_Cb: __undefined_type; [[Evas smart callback type]] | ||
34 | 7 | | |||
35 | /* FIXME: Move to Efl.Ui namespace after Efl.Ui.List gets merged! */ | 8 | /* FIXME: Move to Efl.Ui namespace after Efl.Ui.List gets merged! */ | ||
36 | enum Elm.Object.Select_Mode | 9 | enum Elm.Object.Select_Mode | ||
37 | { | 10 | { | ||
38 | [[Possible values for the #ELM_OBJECT_SELECT_MODE policy. | 11 | [[Possible values for the #ELM_OBJECT_SELECT_MODE policy. | ||
39 | 12 | | |||
▲ Show 20 Lines • Show All 149 Lines • Show Last 20 Lines |