[gtk+/wip/matthiasc/help-overlay] More updates to the shortcuts demo



commit 5040c0d6501155cb87e7c3cc0b931c5c12b6e601
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Oct 13 07:38:09 2015 -0400

    More updates to the shortcuts demo
    
    Mark all groups in the clocks example with views.

 demos/gtk-demo/shortcuts.ui |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/demos/gtk-demo/shortcuts.ui b/demos/gtk-demo/shortcuts.ui
index f340cfe..acee052 100644
--- a/demos/gtk-demo/shortcuts.ui
+++ b/demos/gtk-demo/shortcuts.ui
@@ -351,7 +351,7 @@
                 <property name="title" translatable="yes">Back</property>
               </shortcut>
             </group>
-            <group>
+            <group view="world">
               <property name="title" translatable="yes">World Clocks</property>
               <shortcut>
                 <property name="accelerator">&lt;ctrl&gt;N</property>
@@ -364,7 +364,7 @@
             </group>
           </column>
           <column>
-            <group>
+            <group view="alarm">
               <property name="title" translatable="yes">Alarm</property>
               <shortcut>
                 <property name="accelerator">&lt;ctrl&gt;N</property>
@@ -375,7 +375,7 @@
                 <property name="title" translatable="yes">Select alarms</property>
               </shortcut>
             </group>
-            <group>
+            <group view="stopwatch">
               <property name="title" translatable="yes">Stopwatch</property>
               <shortcut>
                 <property name="accelerator">Return space</property>
@@ -390,7 +390,7 @@
                 <property name="title" translatable="yes">Reset</property>
               </shortcut>
             </group>
-            <group>
+            <group view="timer">
               <property name="title" translatable="yes">Timer</property>
               <shortcut>
                 <property name="accelerator">Return space</property>
@@ -406,6 +406,7 @@
       </section>
     </sections>
     <property name="section-name">shortcuts</property>
+    <property name="view-name">stopwatch</property>
   </object>
 
 </interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]