intf scroller: Added wheel_disable_set/get API descriptions.

Reviewers: herdsman, raster, Hermet

Reviewed By: Hermet

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D2384
This commit is contained in:
Amitesh Singh 2015-04-21 11:39:50 +09:00 committed by ChunEon Park
parent 5a69eeac4a
commit 09fdf5cdd3
1 changed files with 11 additions and 2 deletions

View 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;