Description

Whether to apply strikethrough style to the displayed text or not

Fields

  • disabled - Do not use strikethrough
  • enabled - Use strikethrough style

Signature

enum Efl.Text_Style_Strikethrough_Type {
    disabled: 0,
    enabled
}

C signature

typedef enum {
    EFL_TEXT_STYLE_STRIKETHROUGH_TYPE_DISABLED = 0,
    EFL_TEXT_STYLE_STRIKETHROUGH_TYPE_ENABLED
} Efl_Text_Style_Strikethrough_Type;