50 int x,
int y,
int width,
int height);
This file contains definitions and structs used on all platforms. Platform specific definitions are l...
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