Go to the source code of this file.
Functions | |
void | tuner_set_temperament (Widget_t *w, float temp) |
void | tuner_set_ref_freq (Widget_t *w, float ref) |
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 More... | |
add_tuner - add a tuner widget to a Widget_t
*parent | - pointer to the Widget_t request the tuner |
*label | - Label to show on the tuner |
x,y,width,height | - the position/geometry to create the tuner |
Definition at line 47 of file xtuner.c.
References add_adjustment(), Widget_t::adj, Widget_t::adj_y, Widget_t::app, CENTER, CL_CONTINUOS, Widget_t::crb, create_widget(), Widget_t::flags, Widget_t::func, Resize_t::gravity, HAS_MEM, Widget_t::label, Func_t::mem_free_callback, Widget_t::parent_struct, Widget_t::scale, and USE_TRANSPARENCY.
void tuner_set_ref_freq | ( | Widget_t * | w, |
float | ref | ||
) |
Definition at line 36 of file xtuner.c.
References Widget_t::parent_struct, and XTuner::ref_freq.
void tuner_set_temperament | ( | Widget_t * | w, |
float | temp | ||
) |
Definition at line 25 of file xtuner.c.
References Widget_t::parent_struct, XTuner::temp_adjust, and XTuner::temperament.