summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_anchorview.rb
blob: 93296a0ae3dc657d5b8c1d6fc314de1930d88f32 (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_anchorview'
#
module Efl
    #
    module Elm
        #
        class ElmAnchorView < ElmObject
            #
            include Helper
            constructor :elm_anchorview_add
            search_prefixes 'elm_anchorview_'
            #
        end
        #
    end
end
#
# EOF