Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

Ewl_Spinner Struct Reference
[Spinner: A Numerical Value Entry]

Inherits from Ewl_Container and adds an entry box that can only contain numerical values as well as buttons for manipulating that value. More...


Data Fields

Ewl_Container container
 Inherit from Ewl_Container.

double min_val
 Minimum numerical value displayed.

double max_val
 Maximum numerical value displayed.

double value
 Current value displayed.

double step
 Amount to add or subtract at a time.

int digits
 Number of digits displayed after decimal.

Ewl_Widgetentry
 The Ewl_Entry displaying value.

Ewl_Widgetbutton_increase
 Ewl_Button to add value.

Ewl_Widgetbutton_decrease
 Ewl_Button to subtract value.

double start_time
 Time the spinner was pressed.

int direction
 Indicate increasing/decreasing value.

Ecore_Timer * timer
 Timer for tracking mouse button held down.


Detailed Description

Inherits from Ewl_Container and adds an entry box that can only contain numerical values as well as buttons for manipulating that value.