|
libxputty
0.1
A damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces
|
|
Go to the documentation of this file.
27 int x,
int y,
int width,
int height) {
void _draw_valuedisplay(void *w_, void *user_data)
_draw_valuedisplay - draw a valuedisplay on expose call
Adjustment_t * add_adjustment(Widget_t *w, float std_value, float value, float min_value, float max_value, float step, CL_type type)
*add_adjustment - adding a adjustment to a Widget_t
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