Table of Contents

Description

Whether to apply backing style to the displayed text or not

Fields

Signature

enum Efl.Text_Style_Backing_Type {
    disabled: 0,
    enabled
}

C signature

typedef enum {
    EFL_TEXT_STYLE_BACKING_TYPE_DISABLED = 0,
    EFL_TEXT_STYLE_BACKING_TYPE_ENABLED
} Efl_Text_Style_Backing_Type;