• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Page Contents

  • Description
  • Values
  • Signature
  • C signature
  • Implemented by
  • Top of Page

Efl.Ui.Collection_View.factory

Description

Define the factory used to create all the items.

Since 1.23

Values

  • factory - The factory.

Signature

@property factory {
    get {}
    set {}
    values {
        factory: Efl.Ui.Factory;
    }
}

C signature

Efl_Ui_Factory *efl_ui_collection_view_factory_get(const Eo *obj);
void efl_ui_collection_view_factory_set(Eo *obj, Efl_Ui_Factory *factory);

Implemented by

  • Efl.Ui.Collection_View.factory