summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_label.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_label.rb')
-rw-r--r--lib/efl/native/elm/elm_label.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_label.rb b/lib/efl/native/elm/elm_label.rb
index f17f5e9..5ce3c7f 100644
--- a/lib/efl/native/elm/elm_label.rb
+++ b/lib/efl/native/elm/elm_label.rb
@@ -34,10 +34,6 @@ module Efl
[ :elm_label_wrap_width_set, [ :evas_object, :int ], :void ],
# EAPI Evas_Coord elm_label_wrap_width_get(const Evas_Object *obj);
[ :elm_label_wrap_width_get, [ :evas_object ], :int ],
- # EAPI void elm_label_wrap_height_set(Evas_Object *obj, Evas_Coord h);
- [ :elm_label_wrap_height_set, [ :evas_object, :int ], :void ],
- # EAPI Evas_Coord elm_label_wrap_height_get(const Evas_Object *obj);
- [ :elm_label_wrap_height_get, [ :evas_object ], :int ],
# EAPI void elm_label_ellipsis_set(Evas_Object *obj, Eina_Bool ellipsis);
[ :elm_label_ellipsis_set, [ :evas_object, :bool ], :void ],
# EAPI Eina_Bool elm_label_ellipsis_get(const Evas_Object *obj);