23#ifndef XVALUEDISPLAY_H_
24#define XVALUEDISPLAY_H_
42 int x,
int y,
int width,
int height);
55 int x,
int y,
int width,
int height);
This file contains definitions and structs used on all platforms. Platform specific definitions are l...
Widget_t * add_valuedisplay(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_valuedisplay - add a valuedisplay widget to a Widget_t
Widget_t * add_popup_spinbox(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_popup_spinbox - add a popup spinbox to a valuedisplay this is implemented in the valuedisplay via...