gtk-demo: Add a range example to the shortcuts demo

This shows off the new range display capability that I just added.
This commit is contained in:
Matthias Clasen 2015-10-22 14:32:08 -04:00
parent 67a54bf4ef
commit defd3146eb

View File

@ -447,6 +447,19 @@
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
<property name="title" translatable="yes">Switching</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;alt&gt;1...9</property>
<property name="title" translatable="yes">Switch to n-th tab</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>