summaryrefslogtreecommitdiff
path: root/plugins/gtkui/deadbeef.glade
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-18 20:02:57 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-18 20:02:57 +0100
commit989d4cfba237ae44734b59d16f4970b05764f9dd (patch)
tree1ac7bc93f8bbc3e0ac07a18f99ea507cd16d56c7 /plugins/gtkui/deadbeef.glade
parent707719656e6fc7c6e45f616f7e16cac424693013 (diff)
ported tabstrip widget to gobject
Diffstat (limited to 'plugins/gtkui/deadbeef.glade')
-rw-r--r--plugins/gtkui/deadbeef.glade12
1 files changed, 5 insertions, 7 deletions
diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade
index f0d0fec5..352d5474 100644
--- a/plugins/gtkui/deadbeef.glade
+++ b/plugins/gtkui/deadbeef.glade
@@ -794,15 +794,13 @@
</child>
<child>
- <widget class="GtkDrawingArea" id="tabbar">
+ <widget class="Custom" id="tabstrip">
<property name="height_request">24</property>
<property name="visible">True</property>
- <property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <signal name="button_press_event" handler="on_tabbar_button_press_event" last_modification_time="Sun, 07 Feb 2010 19:07:32 GMT"/>
- <signal name="button_release_event" handler="on_tabbar_button_release_event" last_modification_time="Sun, 07 Feb 2010 19:07:35 GMT"/>
- <signal name="configure_event" handler="on_tabbar_configure_event" last_modification_time="Sun, 07 Feb 2010 19:07:41 GMT"/>
- <signal name="expose_event" handler="on_tabbar_expose_event" last_modification_time="Sun, 07 Feb 2010 19:07:50 GMT"/>
- <signal name="motion_notify_event" handler="on_tabbar_motion_notify_event" last_modification_time="Sun, 07 Feb 2010 19:08:05 GMT"/>
+ <property name="creation_function">create_tabstrip_widget</property>
+ <property name="int1">0</property>
+ <property name="int2">0</property>
+ <property name="last_modification_time">Thu, 18 Feb 2010 18:05:36 GMT</property>
</widget>
<packing>
<property name="padding">0</property>