summaryrefslogtreecommitdiffstats
path: root/libraries/gtkmm-utils/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gtkmm-utils/README')
-rw-r--r--libraries/gtkmm-utils/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/gtkmm-utils/README b/libraries/gtkmm-utils/README
new file mode 100644
index 0000000000..ad6665f7e7
--- /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.