2010-02-08 22:25:41 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="2.16"/>
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
|
|
|
<object class="GtkWindow" id="window1">
|
2008-06-14 20:20:24 +02:00
|
|
|
<child>
|
2010-02-08 22:25:41 +01:00
|
|
|
<object class="GtkHButtonBox" id="roster_buttons_buttonbox">
|
2008-06-14 20:20:24 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">True</property>
|
2010-02-08 22:25:41 +01:00
|
|
|
<property name="layout_style">spread</property>
|
2008-06-14 20:20:24 +02:00
|
|
|
<child>
|
2010-02-08 22:25:41 +01:00
|
|
|
<object class="GtkButton" id="roster_button_1">
|
2011-09-03 21:12:54 +02:00
|
|
|
<property name="label">1</property>
|
2008-06-14 20:20:24 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<signal name="clicked" handler="on_roster_button_1_clicked"/>
|
2010-02-08 22:25:41 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2008-06-14 20:20:24 +02:00
|
|
|
</child>
|
|
|
|
<child>
|
2010-02-08 22:25:41 +01:00
|
|
|
<object class="GtkButton" id="roster_button_2">
|
2011-09-03 21:12:54 +02:00
|
|
|
<property name="label">2</property>
|
2008-06-14 20:20:24 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<signal name="clicked" handler="on_roster_button_2_clicked"/>
|
2010-02-08 22:25:41 +01:00
|
|
|
</object>
|
2008-06-14 20:20:24 +02:00
|
|
|
<packing>
|
2010-02-08 22:25:41 +01:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2008-06-14 20:20:24 +02:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-02-08 22:25:41 +01:00
|
|
|
<object class="GtkButton" id="roster_button_3">
|
2011-09-03 21:12:54 +02:00
|
|
|
<property name="label">3</property>
|
2008-06-14 20:20:24 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<signal name="clicked" handler="on_roster_button_3_clicked"/>
|
2010-02-08 22:25:41 +01:00
|
|
|
</object>
|
2008-06-14 20:20:24 +02:00
|
|
|
<packing>
|
2010-02-08 22:25:41 +01:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2008-06-14 20:20:24 +02:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-02-08 22:25:41 +01:00
|
|
|
<object class="GtkButton" id="roster_button_4">
|
2011-09-03 21:12:54 +02:00
|
|
|
<property name="label">4</property>
|
2008-06-14 20:20:24 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<signal name="clicked" handler="on_roster_button_4_clicked"/>
|
2010-02-08 22:25:41 +01:00
|
|
|
</object>
|
2008-06-14 20:20:24 +02:00
|
|
|
<packing>
|
2010-02-08 22:25:41 +01:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2008-06-14 20:20:24 +02:00
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-02-08 22:25:41 +01:00
|
|
|
</object>
|
2008-06-14 20:20:24 +02:00
|
|
|
</child>
|
2010-02-08 22:25:41 +01:00
|
|
|
</object>
|
|
|
|
</interface>
|