mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d5574337d3
layer that simplifies development of GuiLoader based applications written in the C++ language by introducing exception safety, binding GTK+ objects defined in GuiXml to C++ variables and type-safe dynamic connection to signals. WWW: http://crow-designer.sourceforge.net/ PR: ports/112618 Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
7 lines
349 B
Plaintext
7 lines
349 B
Plaintext
GuiLoader/C++ is a C++ binding to the GuiLoader library. It is a convenience
|
|
layer that simplifies development of GuiLoader based applications written
|
|
in the C++ language by introducing exception safety, binding GTK+ objects
|
|
defined in GuiXml to C++ variables and type-safe dynamic connection to signals.
|
|
|
|
WWW: http://crow-designer.sourceforge.net/
|