summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_inwin.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:20:05 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:20:05 +0100
commit695680a36cc9ed7e37e6c1b4bb276574071b4671 (patch)
tree26bcd543490a66daca9938d956a1d8516f36f8b3 /lib/efl/elm/elm_inwin.rb
parent7ad1aad37ba538a6ea59a3731716f8b9726cdccf (diff)
downloadffi-efl-695680a36cc9ed7e37e6c1b4bb276574071b4671.zip
ffi-efl-695680a36cc9ed7e37e6c1b4bb276574071b4671.tar.gz
generate native elm_win_inwin_, add ElmInwin class
Diffstat (limited to 'lib/efl/elm/elm_inwin.rb')
-rw-r--r--lib/efl/elm/elm_inwin.rb22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_inwin.rb b/lib/efl/elm/elm_inwin.rb
new file mode 100644
index 0000000..fdee6bd
--- /dev/null
+++ b/lib/efl/elm/elm_inwin.rb
@@ -0,0 +1,22 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'efl/elm/elm_object'
+#
+module Efl
+ #
+ module Elm
+ #
+ class ElmInwin < ElmObject
+ #
+ include Helper
+ constructor :elm_button_add
+ search_prefixes 'elm_button_'
+ search_prefixes 'elm_win_inwin_'
+ #
+ end
+ #
+ end
+end
+#
+# EOF