Table of Contents

Description

How an image's center region (the complement to the border region) should be rendered by EFL

Since 1.23

Fields

Signature

enum Efl.Gfx.Center_Fill_Mode {
    none: 0,
    default: 1,
    solid: 2
}

C signature

typedef enum {
    EFL_GFX_CENTER_FILL_MODE_NONE = 0,
    EFL_GFX_CENTER_FILL_MODE_DEFAULT = 1,
    EFL_GFX_CENTER_FILL_MODE_SOLID = 2
} Efl_Gfx_Center_Fill_Mode;