Home
last modified time | relevance | path

Searched refs:Elm_Win (Results 1 – 5 of 5) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_win_legacy.h209 typedef Evas_Object Elm_Win; typedef
1189 EAPI void elm_win_keyboard_mode_set(Elm_Win *obj, Elm_Win_Keyboard_Mode mode);
1198 EAPI Elm_Win_Keyboard_Mode elm_win_keyboard_mode_get(const Elm_Win *obj);
1206 EAPI void elm_win_aspect_set(Elm_Win *obj, double aspect);
1214 EAPI double elm_win_aspect_get(const Elm_Win *obj);
1281 EAPI Eina_Bool elm_win_focus_get(const Elm_Win *obj);
1291 EAPI void elm_win_raise(Elm_Win *obj);
1898 EAPI void elm_win_focus_highlight_animate_set(Elm_Win *obj, Eina_Bool animate);
1907 EAPI Eina_Bool elm_win_focus_highlight_animate_get(const Elm_Win *obj);
1928 EAPI Eina_Bool elm_win_focus_highlight_enabled_get(const Elm_Win *obj);
[all …]
H A Defl_ui_win.c6881 elm_win_wm_rotation_available_rotations_set(Elm_Win *obj, const int *rotations, unsigned int count) in elm_win_wm_rotation_available_rotations_set()
6902 elm_win_wm_rotation_available_rotations_get(const Elm_Win *obj, int **rotations, unsigned int *coun… in elm_win_wm_rotation_available_rotations_get()
9043 elm_win_keygrab_set(Elm_Win *obj, const char *key, in elm_win_keygrab_set()
9086 elm_win_keygrab_unset(Elm_Win *obj, const char *key, in elm_win_keygrab_unset()
9122 elm_win_available_profiles_get(const Elm_Win *obj, char ***profiles, unsigned int *count) in elm_win_available_profiles_get()
9141 elm_win_available_profiles_set(Elm_Win *obj, const char **profiles, unsigned int count) in elm_win_available_profiles_set()
/dports/devel/efl/efl-1.25.1/doc/
H A Dindex_elm.dox241 * @li @ref Elm_Win
H A Delementary_examples.dox399 * Elm_Win "here".
5845 * For most users of the Elementary API, the @ref Elm_Win widget has a lot more
/dports/devel/efl/efl-1.25.1/
H A DNEWS2214 * Elm_Win: Fix _elm_win_focus_prev_target_del callback added repeatly without callback del.