diff options
author | Hermet Park <chuneon.park@samsung.com> | 2020-06-10 15:49:49 +0900 |
---|---|---|
committer | Hermet Park <chuneon.park@samsung.com> | 2020-06-10 15:50:22 +0900 |
commit | 13cb31e2715b324d8b75f7d0458398b59d609fb6 (patch) | |
tree | a74c4ce32f82e4752029f41785edd0b909a435da /src/lib | |
parent | 4331c1e08eb43162635aa99125319d569dae9f45 (diff) |
ui textpath: updated doc.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elementary/elm_textpath_legacy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_textpath_legacy.h b/src/lib/elementary/elm_textpath_legacy.h index 259c63b9bd..95aca9b1db 100644 --- a/src/lib/elementary/elm_textpath_legacy.h +++ b/src/lib/elementary/elm_textpath_legacy.h | |||
@@ -18,6 +18,9 @@ EAPI Evas_Object *elm_textpath_add(Evas_Object *parent); | |||
18 | * @param[in] obj The textpath object | 18 | * @param[in] obj The textpath object |
19 | * @param[in] style The user text style. If the sytle is $null, the default style will be applied | 19 | * @param[in] style The user text style. If the sytle is $null, the default style will be applied |
20 | * | 20 | * |
21 | * @note ellipsis in the style will be ignored since textpath supports ellipsis API. | ||
22 | * @see elm_textpath_ellipsis_set() | ||
23 | * | ||
21 | * @ingroup Elm_Textpath | 24 | * @ingroup Elm_Textpath |
22 | * | 25 | * |
23 | * @since 1.25 | 26 | * @since 1.25 |