diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:48:45 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:48:45 +0100 | 
| commit | ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3 (patch) | |
| tree | c2bb690ccc1be37c03f6dcdcf892fbf3e17f5067 /lib/efl/elm/elm_cursor.rb | |
| parent | dbb2c5713e11489dfaeb318a82785017f1794dde (diff) | |
| parent | b030c490265bb13ee98a650da419a033495042ed (diff) | |
| download | ffi-efl-ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3.zip ffi-efl-ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3.tar.gz  | |
Merge branch 'wip'
Conflicts:
	tools/genruby.rb
Diffstat (limited to 'lib/efl/elm/elm_cursor.rb')
| -rw-r--r-- | lib/efl/elm/elm_cursor.rb | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_cursor.rb b/lib/efl/elm/elm_cursor.rb new file mode 100644 index 0000000..cfdd602 --- /dev/null +++ b/lib/efl/elm/elm_cursor.rb @@ -0,0 +1,20 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- +# +require 'efl/elm/elm_object' +require 'efl/native/elm/elm_cursor' +# +module Efl +    # +    module Elm +        # +        class ElmCursor < ElmObject +            # +            search_prefixes 'elm_cursor_' +            # +        end +        # +    end +end +# +# EOF  | 
