项目作者: wdonadelli

项目描述 :
GTK User Interface Builder Library
高级语言: C
项目地址: git://github.com/wdonadelli/libuigtk.git
创建时间: 2020-01-13T01:52:44Z
项目社区:https://github.com/wdonadelli/libuigtk

开源协议:MIT License

下载


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.

  1. 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