|
libxputty
0.1
A damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces
|
|
Go to the documentation of this file.
41 static void xtuner_mem_free(
void *w_,
void* user_data) {
48 int x,
int y,
int width,
int height) {
59 cairo_select_font_face (wid->
crb,
"Sans", CAIRO_FONT_SLANT_NORMAL,
60 CAIRO_FONT_WEIGHT_NORMAL);
void tuner_set_temperament(Widget_t *w, float temp)
xevfunc mem_free_callback
void _draw_tuner(void *w_, void *user_data)
_draw_tuner - draw the tuner 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_tuner(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_tuner - add a tuner widget to a Widget_t
void tuner_set_ref_freq(Widget_t *w, float ref)