summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_cursor.rb
blob: cfdd6025f9f815908fc821e6c81dd671cdec25e1 (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_cursor'
#
module Efl
    #
    module Elm
        #
        class ElmCursor < ElmObject
            #
            search_prefixes 'elm_cursor_'
            #
        end
        #
    end
end
#
# EOF