efl/src/lib/efl/interfaces/efl_ui_types.eot

8 lines
255 B
Plaintext

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.]]
}