summaryrefslogtreecommitdiff
path: root/libraries/gtkmm3/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2012-09-07 11:00:15 +0200
committerRobby Workman <rworkman@slackbuilds.org>2012-09-08 17:28:33 -0500
commit11eade8ea7115edc4eb58e1013709507ae8720da (patch)
tree37ef4f45be9608cc2d64e7b448a75696a230323a /libraries/gtkmm3/README
parent1efbfb7da270de37c67b7bb8a90890cdaf574a71 (diff)
downloadslackbuilds-11eade8ea7115edc4eb58e1013709507ae8720da.tar.gz
libraries/gtkmm3: Added (C++ interface for GTK+3).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/gtkmm3/README')
-rw-r--r--libraries/gtkmm3/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/gtkmm3/README b/libraries/gtkmm3/README
new file mode 100644
index 0000000000..d10e76ae9c
--- /dev/null
+++ b/libraries/gtkmm3/README
@@ -0,0 +1,5 @@
+gtkmm is the official C++ interface for the popular GUI library
+GTK+. Highlights include typesafe callbacks, and a comprehensive set
+of widgets that are easily extensible via inheritance. You can create
+user interfaces and there's extensive documentation, including
+including API reference and a tutorial.