diff options
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 0000000000000..d10e76ae9c5d1 --- /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. |