diff options
author | Paul Wisehart <wise@lupulin.net> | 2010-05-11 14:56:15 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:15 +0200 |
commit | 059b8477e30b1d264bafd684614848d94e09d627 (patch) | |
tree | 5832febfce915cb7f44447ec9afb32ac95483d84 /libraries/gtkmm/README | |
parent | a44ab9194833db08bc76d4ff632ef2bb37532361 (diff) | |
download | slackbuilds-059b8477e30b1d264bafd684614848d94e09d627.tar.gz |
libraries/gtkmm: Initial import
Diffstat (limited to 'libraries/gtkmm/README')
-rw-r--r-- | libraries/gtkmm/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/gtkmm/README b/libraries/gtkmm/README new file mode 100644 index 0000000000..ea364a1c8b --- /dev/null +++ b/libraries/gtkmm/README @@ -0,0 +1,10 @@ +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 either in code or with the Glade User Interface +designer, using libglademm. There's extensive documentation, +including API reference and a tutorial. + +This package requires cairomm, which is also available from the +SlackBuilds.org project. + |