• 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

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

Efl.Ui.Collection.last_selected

Values

  • selectable - The latest selected item.


Overridden from Efl.Ui.Single_Selectable.last_selected (get).

Signature

@property last_selected @pure_virtual {
    get {}
    values {
        selectable: Efl.Ui.Selectable;
    }
}

C signature

Efl_Ui_Selectable *efl_ui_selectable_last_selected_get(const Eo *obj);

Implemented by

  • Efl.Ui.Single_Selectable.last_selected
  • Efl.Ui.Collection.last_selected
  • Efl.Ui.Select_Model.last_selected
  • Efl.Ui.Tab_Bar.last_selected
  • Efl.Ui.Radio_Group_Impl.last_selected