summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-20 17:19:23 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-20 17:19:31 -0400
commit10a4de155034ffce6b3bc97d0cf91ba8f8e99812 (patch)
tree063f8092a0da08b376d02c303609e385673f0ee1 /libs/gtkmm2ext/gtkmm2ext
parentb5a134d73a41e5d17829e86bf803e243fcdcc4dc (diff)
some modest improvements in the html rendering of key bindings, plus use of normal modifier names
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/bindings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/bindings.h b/libs/gtkmm2ext/gtkmm2ext/bindings.h
index c2a5215a68..3462f102ea 100644
--- a/libs/gtkmm2ext/gtkmm2ext/bindings.h
+++ b/libs/gtkmm2ext/gtkmm2ext/bindings.h
@@ -43,6 +43,7 @@ class LIBGTKMM2EXT_API KeyboardKey
}
std::string name() const;
+ std::string native_name() const;
static bool make_key (const std::string&, KeyboardKey&);
std::string display_label() const;