This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
Releases: mortymacs/fawn
Releases · mortymacs/fawn
First release
Supported methods:
* Action(GtkWidget * widget,char * event,void (* fn)(GtkWidget *,gpointer))
* Attach(GtkWidget * widget,GtkWidget * container)
* FawnInit(int argc,char * argv[])
* FawnRender()
* GetEntryText(GtkWidget * textbox,bool is_multiline)
* GetSwitchValue(GtkWidget * switchbox)
* LoadCss(char * path)
* NewAlert(char * title,char * description,char * name,bool is_title)
* NewBigButton(char * title,char * description,char * name)
* NewBox(bool is_vertical,int rows)
* NewButton(char * title,char * name)
* NewHeaderBar(char * title,int items_count,...)
* NewInput(char * placeholder,char * value,bool is_multiline,int max_length,char * name,int width,int height)
* NewLabel(char * text,bool is_title)
* NewSwitchBox(bool is_active)
* NewTitleText(char * title)
* NewWindow(char * title,uint size[2],GtkWidget * header,bool enable_scrolling,char * icon_path,bool is_parent)