summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_view_list_precise_layouter.eo
blob: 690f927fb59a79819be2b0f8798cf6277e945291 (plain)
1
2
3
4
5
6
7
8
9
class Efl.Ui.View_List_Precise_Layouter (Efl.Object, Efl.Ui.View_List_Relayout)
{
   implements {
      Efl.Object.constructor;
      Efl.Ui.View_List_Relayout.layout_do;
      Efl.Ui.View_List_Relayout.model { set; }
      Efl.Ui.View_List_Relayout.elements { get; }
   }
}