summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_ui_types.eot
blob: 275d82fbd5ddedabda61f5e2932897571a7e5167 (plain)
1
2
3
4
5
6
7
enum Efl.Ui.Drag.Dir {
   [[Permitted directions for dragging objects.]]
   none = 0,  [[Not draggable in any direction.]]
   x = 1,     [[Draggable horizontally.]]
   y = 2,     [[Draggable vertically.]]
   xy = 3     [[Draggable in both directions.]]
}