summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_thumb.rb
blob: 6919d458afc544997ae344c115c591b42ac6c3f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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