docs: Minor adjustments to Efl.Ui.Progressbar
authorXavi Artigas <xavierartigas@yahoo.es>
Mon, 29 Apr 2019 11:16:51 +0000 (13:16 +0200)
committerWoochanlee <wc0917.lee@samsung.com>
Tue, 30 Apr 2019 01:03:07 +0000 (10:03 +0900)
src/lib/elementary/efl_ui_progressbar.eo

index 284648e..ab525f1 100644 (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 {