Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 961 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 961 Bytes

GTK User Interface Builder Library - UIGTK

UIGTK is a C-language written library designed to simplify the creation of the graphical environment with the GTK toolkit from the GtkBuilder object.

Handbook

Source Code

Package

  • libgtk-3-dev package or equivalent.

Compilation (GCC)

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`

Versions

v1.1.0 (2020-05-18)

  • Improved function returns; and
  • Improved terminal messages.

Authors