UIGTK is a C-language written library designed to simplify the creation of the graphical environment with the GTK toolkit from the GtkBuilder object.
- libgtk-3-dev package or equivalent.
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`
- Improved function returns; and
- Improved terminal messages.
- Willian Donadelli (wdonadelli@gmail.com)