diff options
Diffstat (limited to 'libraries/gtkmm/slack-desc')
-rw-r--r-- | libraries/gtkmm/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/gtkmm/slack-desc b/libraries/gtkmm/slack-desc deleted file mode 100644 index 008c7ffe9b..0000000000 --- a/libraries/gtkmm/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -gtkmm: gtkmm (C++ interface for GTK+) -gtkmm: -gtkmm: gtkmm is the official C++ interface for the popular GUI library -gtkmm: GTK+. Highlights include typesafe callbacks, and a comprehensive set -gtkmm: of widgets that are easily extensible via inheritance. You can create -gtkmm: user interfaces either in code or with the Glade User Interface -gtkmm: designer, using libglademm. There's extensive documentation, -gtkmm: including API reference and a tutorial. -gtkmm: -gtkmm: Homepage: http://www.gtkmm.org/ -gtkmm: |