Table of Contents

Description

A value which should always be displayed as a specific text string. See Efl.Ui.Format.format_values.

Fields

Signature

struct Efl.Ui.Format_Value {
    value: int;
    text: string;
}

C signature

typedef struct _Efl_Ui_Format_Value {
    int value;
    const char *text;
} Efl_Ui_Format_Value;