Table of Contents

Efl.Layout.Group.group_data

Keys

  • key - The data field's key string

Values

  • val - The data's value string.


Signature

@property group_data @pure_virtual {
    get {
        keys {
            key: string;
        }
    }
    values {
        val: string;
    }
}

C signature

const char *efl_layout_group_data_get(const Eo *obj, const char *key);

Implemented by