summaryrefslogtreecommitdiff
path: root/deadbeef.glade
diff options
context:
space:
mode:
authorGravatar waker <waker@xps.localdomain>2009-07-05 13:10:04 +0200
committerGravatar waker <waker@xps.localdomain>2009-07-05 13:10:04 +0200
commit7196d2ae439a991c9d38e353f57b22f3d6e4537d (patch)
tree111aa8cfc57bf1a522a0632086aeb1559b13430d /deadbeef.glade
parentb0498bda8377d2bd27a0e9c7a0e40564b5fca486 (diff)
play control buttons
Diffstat (limited to 'deadbeef.glade')
-rw-r--r--deadbeef.glade18
1 files changed, 12 insertions, 6 deletions
diff --git a/deadbeef.glade b/deadbeef.glade
index 79c2e166..1ca74637 100644
--- a/deadbeef.glade
+++ b/deadbeef.glade
@@ -230,11 +230,12 @@
<property name="spacing">0</property>
<child>
- <widget class="GtkButton" id="button4">
+ <widget class="GtkButton" id="stopbtn">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
+ <signal name="clicked" handler="on_stopbtn_clicked" last_modification_time="Sun, 05 Jul 2009 10:48:41 GMT"/>
<child>
<widget class="GtkImage" id="image1">
@@ -256,11 +257,12 @@
</child>
<child>
- <widget class="GtkButton" id="button5">
+ <widget class="GtkButton" id="playbtn">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
+ <signal name="clicked" handler="on_playbtn_clicked" last_modification_time="Sun, 05 Jul 2009 10:48:53 GMT"/>
<child>
<widget class="GtkImage" id="image2">
@@ -282,11 +284,12 @@
</child>
<child>
- <widget class="GtkButton" id="button6">
+ <widget class="GtkButton" id="pausebtn">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
+ <signal name="clicked" handler="on_pausebtn_clicked" last_modification_time="Sun, 05 Jul 2009 10:49:01 GMT"/>
<child>
<widget class="GtkImage" id="image3">
@@ -308,11 +311,12 @@
</child>
<child>
- <widget class="GtkButton" id="button7">
+ <widget class="GtkButton" id="prevbtn">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
+ <signal name="clicked" handler="on_prevbtn_clicked" last_modification_time="Sun, 05 Jul 2009 10:49:08 GMT"/>
<child>
<widget class="GtkImage" id="image4">
@@ -334,11 +338,12 @@
</child>
<child>
- <widget class="GtkButton" id="button8">
+ <widget class="GtkButton" id="nextbtn">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
+ <signal name="clicked" handler="on_nextbtn_clicked" last_modification_time="Sun, 05 Jul 2009 10:49:12 GMT"/>
<child>
<widget class="GtkImage" id="image5">
@@ -360,11 +365,12 @@
</child>
<child>
- <widget class="GtkButton" id="button9">
+ <widget class="GtkButton" id="playrand">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
+ <signal name="clicked" handler="on_playrand_clicked" last_modification_time="Sun, 05 Jul 2009 10:49:16 GMT"/>
<child>
<widget class="GtkAlignment" id="alignment1">