GTK User Interface Builder Library
UIGTK is a C-language written library designed to simplify the creation of the graphical environment with the GTK toolkit from the GtkBuilder object.
To compile the source code it is necessary to use the pkg-config —cflags gtk+-3.0 and pkg-config —libs gtk+-3.0 flags.
gcc `pkg-config --cflags gtk+-3.0` -c libuigtk.c `pkg-config --libs gtk+-3.0`