Beef up the shortcuts window demo more
Add more of the complications seen in mockups.
This commit is contained in:
@@ -377,12 +377,27 @@
|
||||
<group>
|
||||
<property name="title" translatable="yes">Stopwatch</property>
|
||||
<shortcut>
|
||||
<property name="accelerator"><ctrl>N</property>
|
||||
<property name="title" translatable="yes">Add an alarm</property>
|
||||
<property name="accelerator">space</property>
|
||||
<property name="title" translatable="yes">Start / Stop / Continue</property>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<property name="accelerator"><ctrl>S</property>
|
||||
<property name="title" translatable="yes">Select alarms</property>
|
||||
<property name="accelerator">L</property>
|
||||
<property name="title" translatable="yes">Lap</property>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<property name="accelerator">Delete</property>
|
||||
<property name="title" translatable="yes">Reset</property>
|
||||
</shortcut>
|
||||
</group>
|
||||
<group>
|
||||
<property name="title" translatable="yes">Timer</property>
|
||||
<shortcut>
|
||||
<property name="accelerator">space</property>
|
||||
<property name="title" translatable="yes">Start / Stop / Pause</property>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<property name="accelerator">Delete</property>
|
||||
<property name="title" translatable="yes">Reset</property>
|
||||
</shortcut>
|
||||
</group>
|
||||
</column>
|
||||
|
||||
@@ -253,6 +253,7 @@
|
||||
<xi:include href="xml/gtktooltip.xml" />
|
||||
<xi:include href="xml/gtkviewport.xml" />
|
||||
<xi:include href="xml/gtkaccessible.xml" />
|
||||
<xi:include href="xml/gtkshortcutswindow.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="AbstractObjects">
|
||||
|
||||
@@ -8422,3 +8422,10 @@ GTK_IS_GL_AREA_CLASS
|
||||
<SUBSECTION Private>
|
||||
gtk_gl_area_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkshortcutswindow</FILE>
|
||||
GtkShortcutsWindow
|
||||
<SUBSECTION Private>
|
||||
gtk_shortcuts_window_get_type
|
||||
</SECTION>
|
||||
|
||||
Reference in New Issue
Block a user