Skip to content

mortymacs/fawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fawn

Fawn is a header-only GTK+ widget library which provides easy-to-use functions to create widgets.

Install

To use this library, you need to install gtk3-dev package in your GNU/Linux distribution. In debian-based distributions it's libgtk-3-dev.

Sample Code:

demo.c file is the sample file which contains some widgets.

Compile and run it:

$ make demo

or manually:

$ gcc demo.c -o bin/fawn-demo `pkg-config --libs --cflags gtk+-3.0`
$ ./bin/fawn-demo

Result:

Functions

All functions list are available in fawn.h file.