summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_spin.eo
blob: 2dac6ec69af825b90cbc7bb24ed53d30c3543a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
class Efl.Ui.Spin extends Efl.Ui.Layout_Base implements Efl.Ui.Range_Display,
Efl.Ui.Format, Efl.Access.Widget.Action
{
   [[A Spin.

     This is a widget which allows the user to increase or decrease a numeric value
     using arrow buttons. It's a basic type of widget for choosing and displaying values.

     @since 1.23
   ]]
   implements {
      Efl.Object.constructor;
      Efl.Object.destructor;
      Efl.Ui.Range_Display.range_limits { get; set; }
      Efl.Ui.Range_Display.range_value { get; set; }
      Efl.Ui.Format.apply_formatted_value;
   }
}