Skip to content

wdonadelli/libuigtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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