intf scroller: Added wheel_disable_set/get API descriptions.
authorAmitesh Singh <amitesh.sh@samsung.com>
Tue, 21 Apr 2015 02:39:50 +0000 (11:39 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 21 Apr 2015 02:39:50 +0000 (11:39 +0900)
Reviewers: herdsman, raster, Hermet

Reviewed By: Hermet

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D2384

legacy/elementary/src/lib/elm_interface_scrollable.eo

index 6b6e1ba..f239fc3 100644 (file)
@@ -67,10 +67,19 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
       }
       wheel_disabled {
          set {
-            /*@ No description supplied by the EAPI. */
+              /* @brief Set Wheel disable
+               * Enable or disable mouse wheel to be used to scroll the scroller content.
+               * It's disabled by default.
+               *
+               * @ingroup Widget
+               */
          }
          get {
-            /*@ No description supplied by the EAPI. */
+              /* @brief Get Wheel disable
+               * Get a value whether wheel to be used to scroll the scroller content.
+               *
+               * @ingroup Widget
+               */
          }
          values {
             bool disabled;