Typedefs | Enumerations
Edje Drag

Functions that deal with dragable parts. More...

Typedefs

typedef enum _Edje_Drag_Dir Edje_Drag_Dir
 Dragable properties values.
 

Enumerations

enum  _Edje_Drag_Dir {
  EDJE_DRAG_DIR_NONE = 0,
  EDJE_DRAG_DIR_X = 1,
  EDJE_DRAG_DIR_Y = 2,
  EDJE_DRAG_DIR_XY = 3
}
 

Detailed Description

Functions that deal with dragable parts.

To create a movable part it must be declared as dragable in EDC file. To do so, one must define a "dragable" block inside the "part" block.

These functions are used to set dragging properties to a part or get dragging information about it.

See also
Dragable parts example