summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_win.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-22 18:41:06 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-22 18:41:06 +0200
commitdc84f57eb34be4699223baedbfa0c3a0fad1f8f3 (patch)
tree96801b1fbdcdc5a489501a9918e58ce45561293a /lib/efl/native/elm/elm_win.rb
parente1051451cdba827b734e5aa856e9e99a78cf74b3 (diff)
downloadffi-efl-dc84f57eb34be4699223baedbfa0c3a0fad1f8f3.zip
ffi-efl-dc84f57eb34be4699223baedbfa0c3a0fad1f8f3.tar.gz
update elementary API
Diffstat (limited to 'lib/efl/native/elm/elm_win.rb')
-rw-r--r--lib/efl/native/elm/elm_win.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_win.rb b/lib/efl/native/elm/elm_win.rb
index 68c6e0a..5b854f8 100644
--- a/lib/efl/native/elm/elm_win.rb
+++ b/lib/efl/native/elm/elm_win.rb
@@ -126,6 +126,14 @@ module Efl
[ :elm_win_aspect_set, [ :evas_object, :double ], :void ],
# EAPI double elm_win_aspect_get(const Evas_Object *obj);
[ :elm_win_aspect_get, [ :evas_object ], :double ],
+ # EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h);
+ [ :elm_win_size_base_set, [ :evas_object, :int, :int ], :void ],
+ # EAPI void elm_win_size_base_get(Evas_Object *obj, int *w, int *h);
+ [ :elm_win_size_base_get, [ :evas_object, :pointer, :pointer ], :void ],
+ # EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h);
+ [ :elm_win_size_step_set, [ :evas_object, :int, :int ], :void ],
+ # EAPI void elm_win_size_step_get(Evas_Object *obj, int *w, int *h);
+ [ :elm_win_size_step_get, [ :evas_object, :pointer, :pointer ], :void ],
# EAPI void elm_win_layer_set(Evas_Object *obj, int layer);
[ :elm_win_layer_set, [ :evas_object, :int ], :void ],
# EAPI int elm_win_layer_get(const Evas_Object *obj);