diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-07 11:00:15 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:28:33 -0500 |
commit | 11eade8ea7115edc4eb58e1013709507ae8720da (patch) | |
tree | 37ef4f45be9608cc2d64e7b448a75696a230323a /libraries/gtkmm3/README | |
parent | 1efbfb7da270de37c67b7bb8a90890cdaf574a71 (diff) | |
download | slackbuilds-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/README | 5 |
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. |