summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_collection_focus_manager.eo
blob: e015dea7c97af1581c3a76be603232679ef2028d (plain)
1
2
3
4
5
6
7
class @beta Efl.Ui.Collection_Focus_Manager extends Efl.Ui.Focus.Manager_Calc {
  [[Internal class which implements collection specific behaviour, cannot be used outside of collection]]
  implements {
      Efl.Ui.Focus.Manager.manager_focus { set; }
      Efl.Ui.Focus.Manager.request_move;
  }
}