summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_grid.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:13:17 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:13:17 +0100
commit979cdad00dc4617cf1614f4d4bbdc07a1e7bc1d1 (patch)
treef1a015a60239cd55780aa02e75e8a1567272ed98 /lib/efl/elm/elm_grid.rb
parent8af4c2366a9685c06f3114203cb21da42de6b53f (diff)
downloadffi-efl-979cdad00dc4617cf1614f4d4bbdc07a1e7bc1d1.zip
ffi-efl-979cdad00dc4617cf1614f4d4bbdc07a1e7bc1d1.tar.gz
parse elm_grid.h, generate elm_grid.rb
Diffstat (limited to 'lib/efl/elm/elm_grid.rb')
-rw-r--r--lib/efl/elm/elm_grid.rb22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_grid.rb b/lib/efl/elm/elm_grid.rb
new file mode 100644
index 0000000..9b00a35
--- /dev/null
+++ b/lib/efl/elm/elm_grid.rb
@@ -0,0 +1,22 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'efl/elm/elm_object'
+require 'efl/native/elm/elm_grid'
+#
+module Efl
+ #
+ module Elm
+ #
+ class ElmGrid < ElmObject
+ #
+ include Helper
+ constructor :elm_grid_add
+ search_prefixes 'elm_grid_'
+ #
+ end
+ #
+ end
+end
+#
+# EOF