diff options
Diffstat (limited to 'lib/efl/elm/elm_thumb.rb')
-rw-r--r-- | lib/efl/elm/elm_thumb.rb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_thumb.rb b/lib/efl/elm/elm_thumb.rb new file mode 100644 index 0000000..6919d45 --- /dev/null +++ b/lib/efl/elm/elm_thumb.rb @@ -0,0 +1,22 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- +# +require 'efl/elm/elm_object' +require 'efl/native/elm/elm_thumb' +# +module Efl + # + module Elm + # + class ElmThumb < ElmObject + # + include Helper + constructor :elm_thumb_add + search_prefixes 'elm_thumb_' + # + end + # + end +end +# +# EOF |