diff options
author | Hermet Park <hermetpark@gmail.com> | 2018-04-24 13:29:20 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2018-04-24 13:29:20 +0900 |
commit | 81bc0122ca93c8973a4889d205befc69008e7bd9 (patch) | |
tree | 7da5fa1730cfbca8c61c336e52870ab3be6ce9a3 /src/lib/elementary/efl_ui_progressbar.eo | |
parent | 43c3e68d2f9d74c7066a6a867a6b69e74b380027 (diff) |
elementary: update progressbar doc.
update doc in up-to-dated efl_ui_progressbar APIs.
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/efl_ui_progressbar.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_progressbar.eo b/src/lib/elementary/efl_ui_progressbar.eo index 4187d9c55b..b2f033c5f1 100644 --- a/src/lib/elementary/efl_ui_progressbar.eo +++ b/src/lib/elementary/efl_ui_progressbar.eo | |||
@@ -15,7 +15,7 @@ class Efl.Ui.Progressbar (Efl.Ui.Layout, Efl.Ui.Range, Efl.Ui.Format, | |||
15 | without showing the precise progress rate. In the default theme, it will | 15 | without showing the precise progress rate. In the default theme, it will |
16 | animate the bar with content, switching constantly between filling it and back | 16 | animate the bar with content, switching constantly between filling it and back |
17 | to non-filled in a loop. To start and stop this pulsing | 17 | to non-filled in a loop. To start and stop this pulsing |
18 | animation you need to explicitly call elm_progressbar_pulse(). | 18 | animation you need to explicitly call efl_ui_progressbar_pulse_set(). |
19 | 19 | ||
20 | @since 1.20 | 20 | @since 1.20 |
21 | ]] | 21 | ]] |