summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_view_list_pan.eo
blob: ceca0744a2b766fc75dfd082cd32c5498c385ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
class Efl.Ui.View_List_Pan (Efl.Ui.Pan)
{
   [[Elementary Efl_Ui_View_List pan class]]
   implements {
      Efl.Object.destructor;
      Efl.Ui.Pan.content_size { get; }
      Efl.Ui.Pan.pan_position { get; set; }
      Efl.Ui.Pan.pan_position_min { get; }
      Efl.Ui.Pan.pan_position_max { get; }
      Efl.Canvas.Group.group_calculate;
   }
   events {
      /* FIXME: Nobody is emitting these
      item,focused: void; [[Called when item is focused.]]
      item,unfocused: void; [[Called when item has lost focus.]]
      */
   }
}