2012-07-12 16:58:11 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2017-07-21 14:39:27 -03:00
|
|
|
<object class="GtkBox" id="vbox9">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<!-- HACK: a separator above the row, since we don't have a real listbox widget in the panel -->
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator" id="separator">
|
2012-07-12 16:58:11 +01:00
|
|
|
<property name="can_focus">False</property>
|
2017-07-21 14:39:27 -03:00
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<!-- Main listbox -->
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="selection_mode">none</property>
|
2012-07-12 16:58:11 +01:00
|
|
|
<child>
|
2017-07-21 14:39:27 -03:00
|
|
|
<object class="GtkListBoxRow">
|
2012-07-12 16:58:11 +01:00
|
|
|
<property name="visible">True</property>
|
2017-07-21 14:39:27 -03:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="activatable">False</property>
|
2012-07-12 16:58:11 +01:00
|
|
|
<child>
|
2017-07-21 14:39:27 -03:00
|
|
|
<object class="GtkBox">
|
2012-07-12 16:58:11 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="valign">start</property>
|
2017-07-21 14:39:27 -03:00
|
|
|
<property name="margin">12</property>
|
|
|
|
<property name="spacing">12</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
<child>
|
2017-07-21 14:39:27 -03:00
|
|
|
<object class="GtkLabel" id="label_device">
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-21 14:39:27 -03:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="ellipsize">end</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="hexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-07-12 16:58:11 +01:00
|
|
|
<child>
|
2012-07-17 16:00:40 +01:00
|
|
|
<object class="GtkSwitch" id="device_off_switch">
|
2012-07-12 16:58:11 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="halign">end</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="valign">center</property>
|
2013-02-11 18:22:11 -05:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="device_off_switch-accessible">
|
|
|
|
<property name="accessible-name" translatable="yes">Turn VPN connection off</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-07-12 16:58:11 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-01-11 11:07:46 -05:00
|
|
|
<child>
|
2017-07-21 14:39:27 -03:00
|
|
|
<object class="GtkButton" id="button_options">
|
2013-01-11 11:07:46 -05:00
|
|
|
<property name="visible">True</property>
|
2017-07-21 14:39:27 -03:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">emblem-system-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="button_options-accessible">
|
|
|
|
<property name="accessible-name" translatable="yes">Options…</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-02-11 18:22:11 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-07-12 16:58:11 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2017-07-21 14:39:27 -03:00
|
|
|
</child>
|
2012-07-12 16:58:11 +01:00
|
|
|
</object>
|
|
|
|
</interface>
|