elm elm_bubble.h: Added documentation for bubble widget.

SVN revision: 78310
This commit is contained in:
Daniel Juyung Seo 2012-10-22 00:47:10 +00:00
parent 5edf797e32
commit 4a59db31f8
1 changed files with 5 additions and 5 deletions

View File

@ -67,11 +67,11 @@
*/
typedef enum
{
ELM_BUBBLE_POS_INVALID = -1,
ELM_BUBBLE_POS_TOP_LEFT,
ELM_BUBBLE_POS_TOP_RIGHT,
ELM_BUBBLE_POS_BOTTOM_LEFT,
ELM_BUBBLE_POS_BOTTOM_RIGHT,
ELM_BUBBLE_POS_INVALID = -1, /**< invalid corner */
ELM_BUBBLE_POS_TOP_LEFT, /**< the arrow of the bubble points to the top left corner. */
ELM_BUBBLE_POS_TOP_RIGHT, /**< the arrow of the bubble points to the top right corner. */
ELM_BUBBLE_POS_BOTTOM_LEFT, /**< the arrow of the bubble points to the bottom left corner. */
ELM_BUBBLE_POS_BOTTOM_RIGHT, /**< the arrow of the bubble points to the bottom right corner. */
} Elm_Bubble_Pos;
/**