Gooey GUI Library
Loading...
Searching...
No Matches
gooey_tabs.h File Reference
#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)
 

Function Documentation

◆ GooeyTabs_AddWidget()

void GooeyTabs_AddWidget ( GooeyTabs *  tabs,
size_t  tab_id,
void *  widget 
)

◆ GooeyTabs_Create()

GooeyTabs * GooeyTabs_Create ( int  x,
int  y,
int  width,
int  height 
)

◆ GooeyTabs_InsertTab()

void GooeyTabs_InsertTab ( GooeyTabs *  tab_widget,
char *  tab_name 
)

◆ GooeyTabs_SetActiveTab()

void GooeyTabs_SetActiveTab ( GooeyTabs *  tabs,
size_t  tab_id 
)