summaryrefslogtreecommitdiffstats
path: root/libraries/gtkhotkey/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-09-05 09:10:04 +0200
committer Willy Sudiarto Raharjo2015-09-05 09:10:04 +0200
commit2c12749296377deaa30d6b112ea0af12c83a5aeb (patch)
tree85ce25233f8bd707f05848563026a710e8126d95 /libraries/gtkhotkey/README
parent05442c5e65b56297f5e4df63be7f7ff7397bda1a (diff)
downloadslackbuilds-2c12749296377deaa30d6b112ea0af12c83a5aeb.tar.gz
libraries/gtkhotkey: Added (hotkey handling for Gtk+ applications).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtkhotkey/README')
-rw-r--r--libraries/gtkhotkey/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/gtkhotkey/README b/libraries/gtkhotkey/README
new file mode 100644
index 0000000000..da0f769c00
--- /dev/null
+++ b/libraries/gtkhotkey/README
@@ -0,0 +1,12 @@
+gtkhotkey (hotkey handling for Gtk+ applications)
+
+GtkHotkey Library - Cross Platform Library For Using Desktop Wide Hotkeys.
+
+The idea of the library is to keep it as simple as possible, while sticking
+to an object oriented design, without falling back to C-isms (read: '#ifdefs')
+where it would otherwise be tempting.
+
+It can be argued that the code base is too small to be put in a separate library.
+However the functionality is very well defined and would probably appear
+oddly placed in some bigger helper library for GTk+ apps, where it would likely
+live in a hodge podge of unrelated functionality.