summaryrefslogtreecommitdiffstats
path: root/lib/efl
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-08 00:31:21 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-08 00:31:21 +0200
commit9591ff7f4448a704f10dd570bf44ac61a2457535 (patch)
tree4c46196817faa420f91b0d5ea400869000d77fb0 /lib/efl
parenta1316f56b1e1a1197e1937ce3c9ce697ee4512ab (diff)
downloadffi-efl-9591ff7f4448a704f10dd570bf44ac61a2457535.zip
ffi-efl-9591ff7f4448a704f10dd570bf44ac61a2457535.tar.gz
Efl::Elm::ElmBg class + specs
Diffstat (limited to 'lib/efl')
-rw-r--r--lib/efl/elementary.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/efl/elementary.rb b/lib/efl/elementary.rb
index 5105786..b97ab50 100644
--- a/lib/efl/elementary.rb
+++ b/lib/efl/elementary.rb
@@ -54,6 +54,16 @@ module Efl
end
alias :color :color_get
end
+ #
+ class ElmLabel < Efl::Evas::REvasObject
+ #
+ search_prefixes 'elm_label_'
+ #
+ def initialize parent, &block
+ super Native.method(:elm_label_add), parent, &block
+ end
+ end
+ #
end
end
#