Structure useful to drive volume and backlight and to store values. More...
#include <app_main.h>
Data Fields | |
| gchar | type |
| guint | value |
| guint | value_min |
| guint | value_max |
| guint | timeout_id |
| gchar | action |
| guint | period |
| gchar * | command |
Structure useful to drive volume and backlight and to store values.
increase or decrease
Referenced by create_window1().
system command to use to change the value
Referenced by create_window1().
period between a press an a release
Referenced by create_window1().
timeout obtains with period
Referenced by create_window1(), and on_increment_or_decrement_released().
backlight or volume
Referenced by create_window1().
current value
Referenced by create_window1().
min available value
Referenced by create_window1().
max available value
Referenced by create_window1().
1.7.1