2012-07-12 16:58:11 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2022-01-27 04:08:58 -08:00
|
|
|
<template class="NetVpn" parent="AdwActionRow">
|
|
|
|
<property name="activatable-widget">device_off_switch</property>
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkSwitch" id="device_off_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<signal name="notify::active" handler="device_off_toggled" object="NetVpn" swapped="yes"/>
|
2017-07-21 14:39:27 -03:00
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-27 04:08:58 -08:00
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkButton" id="options_button">
|
2024-02-20 19:14:58 -03:00
|
|
|
<property name="tooltip-text" translatable="yes">VPN Options</property>
|
2022-01-27 04:08:58 -08:00
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="icon_name">emblem-system-symbolic</property>
|
|
|
|
<signal name="clicked" handler="edit_connection" object="NetVpn" swapped="yes"/>
|
2022-05-30 22:47:54 +02:00
|
|
|
<style>
|
|
|
|
<class name="flat"/>
|
|
|
|
</style>
|
2012-07-12 16:58:11 +01:00
|
|
|
</object>
|
2017-07-21 14:39:27 -03:00
|
|
|
</child>
|
2019-10-24 14:23:55 +13:00
|
|
|
</template>
|
2012-07-12 16:58:11 +01:00
|
|
|
</interface>
|