Description

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

Since 1.23

Fields

  • value - Input value.
  • text - Text string to replace it.

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;