Gooey GUI Library
|
#include "common/gooey_common.h"
Go to the source code of this file.
Functions | |
GooeyTabs * | GooeyTabs_Create (int x, int y, int width, int height) |
void | GooeyTabs_InsertTab (GooeyTabs *tab_widget, char *tab_name) |
void | GooeyTabs_AddWidget (GooeyTabs *tabs, size_t tab_id, void *widget) |
void | GooeyTabs_SetActiveTab (GooeyTabs *tabs, size_t tab_id) |
void GooeyTabs_AddWidget | ( | GooeyTabs * | tabs, |
size_t | tab_id, | ||
void * | widget | ||
) |
GooeyTabs * GooeyTabs_Create | ( | int | x, |
int | y, | ||
int | width, | ||
int | height | ||
) |
void GooeyTabs_InsertTab | ( | GooeyTabs * | tab_widget, |
char * | tab_name | ||
) |
void GooeyTabs_SetActiveTab | ( | GooeyTabs * | tabs, |
size_t | tab_id | ||
) |