29 int width = metrics.
width;
30 int height = metrics.
height;
43 int x,
int y,
int width,
int height) {
59 if (tab > elem)
return;
evfunc button_release_callback
Metrics_t - struct to receive window size, position & visibility Pass this struct to os_get_window_...
void adj_set_value(Adjustment_t *adj, float value)
adj_set_value - set the current value to the Adjustment_t
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
void set_adjustment(Adjustment_t *adj, float std_value, float value, float min_value, float max_value, float step, CL_type type)
*set_adjustment - set a new range to a existing Adjustment_t or create if it not exists yet
void tabbox_remove_tab(Widget_t *tabbox, int tab)
tabbox_remove_tab - remove a tab from a tabbox Widget_t
Widget_t * tabbox_add_tab(Widget_t *tabbox, const char *label)
tabbox_add_tab - add a tab to a tabbox Widget_t
Widget_t * add_tabbox(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_tabbox - add a tabbox to a Widget_t
void _draw_tabbox(void *w_, void *user_data)
_draw_tabbox - draw the tabbox on expose call
void _draw_tab(void *w_, void *user_data)
_draw_tab - draw a single tab on expose call
void _tab_button_released(void *w_, void *button_, void *user_data)
_tab_button_released - select the tab to show (hide all other)