summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_ui_types.eot
blob: 59cf1abf7f7b3091ac266926f3ad45713bfa97c9 (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.]]
}