Table of Contents

Description

Text cursor types

Fields

Signature

enum Efl.Text_Cursor_Type {
    before: 0,
    under
}

C signature

typedef enum {
    EFL_TEXT_CURSOR_TYPE_BEFORE = 0,
    EFL_TEXT_CURSOR_TYPE_UNDER
} Efl_Text_Cursor_Type;