diff options
author | LukenShiro <lukenshiro@ngi.it> | 2012-04-29 20:51:16 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:06 -0500 |
commit | 24f955cf40451b8d5ba87251521b8bcbe021e9a7 (patch) | |
tree | 870cb73280699fbfa0a38ea65af29daeee3c9759 /libraries/c++-gtk-utils/README | |
parent | 5bdae63c2e9fb8aa3c2502d68252f60d4beb83a5 (diff) | |
download | slackbuilds-24f955cf40451b8d5ba87251521b8bcbe021e9a7.tar.gz |
libraries/c++-gtk-utils: Added (C++ lightweight library for GTK+)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/c++-gtk-utils/README')
-rw-r--r-- | libraries/c++-gtk-utils/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/c++-gtk-utils/README b/libraries/c++-gtk-utils/README new file mode 100644 index 0000000000..c707095f7c --- /dev/null +++ b/libraries/c++-gtk-utils/README @@ -0,0 +1,4 @@ +This is a lightweight library containing a number of classes and +functions to ease the task of programming GTK+ programs with C++ +in POSIX (unix-like) environments, including classes to make GTK+ +exception safe and for writing threaded programs. |