diff options
author | Erwin van Zanten <e.van.zanten.evz@gmail.com> | 2012-12-24 11:51:19 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-24 11:51:36 +0100 |
commit | e7b01d9ebff23efc18baa5c67543256d1da91343 (patch) | |
tree | 203582b9b531bfe64b54f7d80ddd38077742bb01 /libraries/gtkmm-utils/README | |
parent | a2124ca8df34ee340cd3c08fb4bff9ad2ce734ad (diff) |
libraries/gtkmm-utils: Added (gtkmm additions).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/gtkmm-utils/README')
-rw-r--r-- | libraries/gtkmm-utils/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/gtkmm-utils/README b/libraries/gtkmm-utils/README new file mode 100644 index 000000000000..ad6665f7e768 --- /dev/null +++ b/libraries/gtkmm-utils/README @@ -0,0 +1,14 @@ +High level utility functions, classes and widgets written on top of +gtkmm and glibmm. + +- logging framework +- option parsing, date and string utilities +- tile widgets +- dialog helpers + +The package consists of two shared libraries which will be installed +to your pkg-config path, glibmm-utils and gtkmm-utils. + +gtkmm is the official C++ API for GTK+, a graphical user interface +toolkit used in the GNOME desktop. +glibmm is a C++ API for GLib. |