summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_bubble.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/elm/elm_bubble.rb')
-rw-r--r--lib/efl/elm/elm_bubble.rb22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_bubble.rb b/lib/efl/elm/elm_bubble.rb
new file mode 100644
index 0000000..ca5bbef
--- /dev/null
+++ b/lib/efl/elm/elm_bubble.rb
@@ -0,0 +1,22 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'efl/elm/elm_object'
+require 'efl/native/elm/elm_bubble'
+#
+module Efl
+ #
+ module Elm
+ #
+ class ElmBubble < ElmObject
+ #
+ include Helper
+ constructor :elm_bubble_add
+ search_prefixes 'elm_bubble_'
+ #
+ end
+ #
+ end
+end
+#
+# EOF