1class Efl.Ui.Spin extends Efl.Ui.Layout_Base implements Efl.Ui.Range_Display,
2Efl.Ui.Format, Efl.Access.Widget.Action
3{
4   [[A Spin.
5
6     This is a widget which allows the user to increase or decrease a numeric value
7     using arrow buttons. It's a basic type of widget for choosing and displaying values.
8
9     @since 1.23
10   ]]
11   implements {
12      Efl.Object.constructor;
13      Efl.Object.destructor;
14      Efl.Ui.Range_Display.range_limits { get; set; }
15      Efl.Ui.Range_Display.range_value { get; set; }
16      Efl.Ui.Format.apply_formatted_value;
17   }
18}
19