summaryrefslogtreecommitdiff
path: root/src/lib/elm_gengrid_pan.eo
blob: 65ba301d2e2612831374f18775b7be36ecb5bd55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
class Elm_Gengrid_Pan (Elm_Pan)
{
   eo_prefix: elm_obj_gengrid_pan;
   implements {
      class::constructor;
      Eo_Base::destructor;
      Evas_Smart::calculate;
      Evas_Smart::move;
      Evas_Smart::resize;
      Elm_Pan::content_size::get;
      Elm_Pan::pos;
      Elm_Pan::pos_min::get;
      Elm_Pan::pos_max::get;
   }
   events {
   }

}