Created open game functionality in the player. Fix #37.
[rodin/chimara.git] / tests / chimara.ui
index 2d0437d3921b462094b794e968ae189e724ff245..af6c547485349b41bf4236b7e36cd27be793e491 100644 (file)
     <property name="stock_id">gtk-quit</property>
     <signal name="activate" handler="on_quit"/>
   </object>
+  <object class="GtkAction" id="hint">
+    <property name="label">_Hint</property>
+    <property name="tooltip">Do the first few moves of the game</property>
+    <property name="stock_id">gtk-dialog-info</property>
+    <signal name="activate" handler="on_hint"/>
+  </object>
+  <object class="GtkAction" id="char_input">
+    <property name="label">Press _R</property>
+    <property name="stock_id">gtk-open</property>
+    <signal name="activate" handler="on_press_r"/>
+  </object>
+  <object class="GtkAction" id="char_input2">
+    <property name="label">3x _Enter</property>
+    <property name="stock_id">gtk-media-play</property>
+    <signal name="activate" handler="on_press_enter"/>
+  </object>
 </interface>