- Add accelerator keys because I'm lazy
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1246 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
e5fdf77166
commit
f19ada302b
|
@ -2,7 +2,7 @@
|
||||||
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
||||||
<!-- Generated with glade3
|
<!-- Generated with glade3
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Date: Sun Sep 17 14:11:03 2006
|
Date: Sun Sep 17 21:02:32 2006
|
||||||
User: matteo
|
User: matteo
|
||||||
Host: tulip
|
Host: tulip
|
||||||
-->
|
-->
|
||||||
|
@ -168,6 +168,7 @@
|
||||||
<property name="label">gtk-media-play</property>
|
<property name="label">gtk-media-play</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="use_stock">True</property>
|
<property name="use_stock">True</property>
|
||||||
|
<accelerator key="F5" modifiers="" signal="activate"/>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
|
@ -177,6 +178,7 @@
|
||||||
<property name="label">gtk-media-pause</property>
|
<property name="label">gtk-media-pause</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="use_stock">True</property>
|
<property name="use_stock">True</property>
|
||||||
|
<accelerator key="F6" modifiers="" signal="activate"/>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
|
@ -187,6 +189,7 @@
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="use_stock">True</property>
|
<property name="use_stock">True</property>
|
||||||
<signal name="activate" handler="on_stop1_activate"/>
|
<signal name="activate" handler="on_stop1_activate"/>
|
||||||
|
<accelerator key="F7" modifiers="" signal="activate"/>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
|
@ -459,6 +462,7 @@
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
<property name="pack_type">GTK_PACK_END</property>
|
<property name="pack_type">GTK_PACK_END</property>
|
||||||
|
<property name="position">1</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in New Issue