Table of Contents

Efl.Ui.Widget_Factory.item_class

Description

Define the class of the item returned by this factory.

Since 1.23

Values

Signature

@property item_class {
    get {}
    set {}
    values {
        klass: const(Efl.Class);
    }
}

C signature

const Efl_Class *efl_ui_widget_factory_item_class_get(const Eo *obj);
void efl_ui_widget_factory_item_class_set(Eo *obj, const Efl_Class *klass);

Implemented by