docs: Minor adjustments to Efl.Ui.Progressbar

This commit is contained in:
Xavi Artigas 2019-04-29 13:16:51 +02:00
parent 1f438bd1f0
commit 8872867788
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ class @beta Efl.Ui.Progressbar extends Efl.Ui.Layout_Base implements Efl.Ui.Rang
without showing the precise progress rate. In the default theme, it will
animate the bar with content, switching constantly between filling it and back
to non-filled in a loop. To start and stop this pulsing
animation you need to explicitly call efl_ui_progressbar_pulse_set().
animation you need to explicitly call @.pulse.set().
]]
set {
@ -30,11 +30,11 @@ class @beta Efl.Ui.Progressbar extends Efl.Ui.Layout_Base implements Efl.Ui.Rang
set {
[[Start/stop a given progress bar "pulsing" animation, if its under that mode
Note: This call won't do anything if $obj is not under "pulsing mode".
Note: This call won't do anything if $obj is not under "pulsing mode". See @.pulse_mode.
]]
}
get {
[[ Get the pulsing state on a given progressbar widget.
[[ Get the pulsing state on a given progressbar widget. See @.pulse_mode.
]]
}
values {