summaryrefslogtreecommitdiffstats
path: root/lib/efl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl')
-rw-r--r--lib/efl/elm/elm_tooltip.rb20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_tooltip.rb b/lib/efl/elm/elm_tooltip.rb
new file mode 100644
index 0000000..3938586
--- /dev/null
+++ b/lib/efl/elm/elm_tooltip.rb
@@ -0,0 +1,20 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'efl/elm/elm_object'
+require 'efl/native/elm/elm_tooltip'
+#
+module Efl
+ #
+ module Elm
+ #
+ class ElmTooltip < ElmObject
+ #
+ search_prefixes 'elm_tooltip_', 'elm_object_tooltip_'
+ #
+ end
+ #
+ end
+end
+#
+# EOF