summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_win.rb
diff options
context:
space:
mode:
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 4f0f174..a9d5e6b 100644
--- a/lib/efl/native/elm/elm_win.rb
+++ b/lib/efl/native/elm/elm_win.rb
@@ -142,6 +142,14 @@ module Efl
[ :elm_win_layer_set, [ :evas_object, :int ], :void ],
# EAPI int elm_win_layer_get(const Evas_Object *obj);
[ :elm_win_layer_get, [ :evas_object ], :int ],
+ # EAPI void elm_win_norender_push(Evas_Object *obj);
+ [ :elm_win_norender_push, [ :evas_object ], :void ],
+ # EAPI void elm_win_norender_pop(Evas_Object *obj);
+ [ :elm_win_norender_pop, [ :evas_object ], :void ],
+ # EAPI int elm_win_norender_get(Evas_Object *obj);
+ [ :elm_win_norender_get, [ :evas_object ], :int ],
+ # EAPI void elm_win_render(Evas_Object *obj);
+ [ :elm_win_render, [ :evas_object ], :void ],
# EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation);
[ :elm_win_rotation_set, [ :evas_object, :int ], :void ],
# EAPI void elm_win_rotation_with_resize_set(Evas_Object *obj, int rotation);