2011-06-25 02:56:54 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<object class="GtkWindow" id="goa-main-window">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
2011-09-14 12:05:56 -04:00
|
|
|
<object class="GtkBox" id="goa-top-widget">
|
2011-06-25 02:56:54 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2011-09-14 12:05:56 -04:00
|
|
|
<property name="spacing">6</property>
|
2011-06-25 02:56:54 +01:00
|
|
|
<property name="border-width">12</property>
|
2011-09-14 12:05:56 -04:00
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="accounts-tree-box">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="accounts-tree-scrolledwindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2012-04-04 17:28:54 +02:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
2011-09-14 12:05:56 -04:00
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<property name="min_content_height">250</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="accounts-tree-treeview">
|
2012-04-04 17:28:54 +02:00
|
|
|
<property name="width_request">200</property>
|
2011-09-14 12:05:56 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="headers_visible">False</property>
|
|
|
|
<property name="show_expanders">False</property>
|
|
|
|
<property name="level_indentation">12</property>
|
|
|
|
<child internal-child="selection">
|
2012-06-20 15:35:45 +02:00
|
|
|
<object class="GtkTreeSelection" id="treeview-selection">
|
|
|
|
<property name="mode">browse</property>
|
|
|
|
</object>
|
2011-09-14 12:05:56 -04:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolbar" id="accounts-tree-toolbar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="toolbar_style">icons</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
<style>
|
|
|
|
<class name="inline-toolbar"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="accounts-tree-toolbutton-add">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="icon_name">list-add-symbolic</property>
|
2011-10-25 17:38:55 +01:00
|
|
|
<property name="label" translatable="yes">Add Account</property>
|
2011-09-14 12:05:56 -04:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="accounts-tree-toolbutton-remove">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="icon_name">list-remove-symbolic</property>
|
2011-10-25 17:38:55 +01:00
|
|
|
<property name="label" translatable="yes">Remove Account</property>
|
2011-09-14 12:05:56 -04:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2011-06-25 02:56:54 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkNotebook" id="accounts-notebook">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="show_tabs">False</property>
|
|
|
|
<property name="show_border">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment" id="alignment2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Select an account</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label">page 1</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="accounts-vbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label">page 2</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-09-14 12:05:56 -04:00
|
|
|
<property name="expand">True</property>
|
2011-06-25 02:56:54 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|