diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 17:32:43 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 17:32:43 +0100 |
commit | f74b1512aa56a07a0353ef3b1941dade693cf657 (patch) | |
tree | 3617e5eb40165748ef5c9b8fea59712f6cbed456 /lib/efl/native/elm/elm_list.rb | |
parent | 066bcafe9c82ffcf1a0f9fe9a3e759b7f2ea571d (diff) | |
download | ffi-efl-f74b1512aa56a07a0353ef3b1941dade693cf657.zip ffi-efl-f74b1512aa56a07a0353ef3b1941dade693cf657.tar.gz |
API update: elm_clock, elm_colorselector, elm_gengrid, elm_genlist, elm_list, elm_win
Diffstat (limited to 'lib/efl/native/elm/elm_list.rb')
-rw-r--r-- | lib/efl/native/elm/elm_list.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_list.rb b/lib/efl/native/elm/elm_list.rb index 8fcbecd..5015417 100644 --- a/lib/efl/native/elm/elm_list.rb +++ b/lib/efl/native/elm/elm_list.rb @@ -44,10 +44,10 @@ module Efl [ :elm_list_horizontal_set, [ :evas_object, :bool ], :void ], # EAPI Eina_Bool elm_list_horizontal_get(const Evas_Object *obj); [ :elm_list_horizontal_get, [ :evas_object ], :bool ], - # EAPI void elm_list_always_select_mode_set(Evas_Object *obj, Eina_Bool always_select); - [ :elm_list_always_select_mode_set, [ :evas_object, :bool ], :void ], - # EAPI Eina_Bool elm_list_always_select_mode_get(const Evas_Object *obj); - [ :elm_list_always_select_mode_get, [ :evas_object ], :bool ], + # EAPI void elm_list_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type mode); + [ :elm_list_select_mode_set, [ :evas_object, :elm_object_select_mode_type ], :void ], + # EAPI Elm_Object_Select_Mode_Type elm_list_select_mode_get(const Evas_Object *obj); + [ :elm_list_select_mode_get, [ :evas_object ], :elm_object_select_mode_type ], # EAPI void elm_list_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce); [ :elm_list_bounce_set, [ :evas_object, :bool, :bool ], :void ], # EAPI void elm_list_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce); |