summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_tooltip.rb
blob: 3938586cfbc936d4aa82e80e968f9a96a14f77dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
require 'efl/elm/elm_object'
require 'efl/native/elm/elm_tooltip'
#
module Efl
    #
    module Elm
        #
        class ElmTooltip < ElmObject
            #
            search_prefixes 'elm_tooltip_', 'elm_object_tooltip_'
            #
        end
        #
    end
end
#
# EOF