elementary: move Elm_Focus_Direction into Focus group

SVN revision: 79358
This commit is contained in:
Jihoon Kim 2012-11-16 05:58:20 +00:00
parent 14a1f9b507
commit 2f25639ceb
2 changed files with 11 additions and 6 deletions

View File

@ -33,6 +33,17 @@
* some of these functions.
*/
/**
* Focus directions.
*
* @ingroup Focus
*/
typedef enum
{
ELM_FOCUS_PREVIOUS, /**< previous direction */
ELM_FOCUS_NEXT /**< next direction */
} Elm_Focus_Direction;
/**
* Get the whether an Elementary object has the focus or not.
*

View File

@ -106,12 +106,6 @@ typedef enum
* the main loop */
} Elm_Policy_Exit;
typedef enum
{
ELM_FOCUS_PREVIOUS,
ELM_FOCUS_NEXT
} Elm_Focus_Direction;
typedef enum
{
ELM_OBJECT_SELECT_MODE_DEFAULT = 0, /**< default select mode */