typedef enum { ELM_LABEL_SLIDE_MODE_NONE = 0, /**< no slide effect */ ELM_LABEL_SLIDE_MODE_AUTO, /**< slide only if the label area is bigger than the text width length */ ELM_LABEL_SLIDE_MODE_ALWAYS /**< slide always */ } Elm_Label_Slide_Mode;