diff options
Diffstat (limited to 'devel/guiloader/pkg-descr')
-rw-r--r-- | devel/guiloader/pkg-descr | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/guiloader/pkg-descr b/devel/guiloader/pkg-descr index dce76cbe48ed..353123c34692 100644 --- a/devel/guiloader/pkg-descr +++ b/devel/guiloader/pkg-descr @@ -1,6 +1,8 @@ -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. +GuiLoader is a high-performance and compact GuiXml loader library. +This library allows GTK+ applications to create GUI widgets and +objects at run-time from GuiXml resource files. GuiLoader is +written in the C language as a GObject subclass and has +a trivial language-independent API. GuiLoader was designed to be +easily wrapped for any language that has GTK+ bindings. WWW: http://crow-designer.sourceforge.net/ |