blob: c3ac221925e5faa50d2dbf0fb1f61e78b537823f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="libhandy" version="0.0"/>
<template class="EphyCookiesDialog" parent="EphyDataDialog">
<property name="title" translatable="yes">Cookies</property>
<property name="clear_all_action_name">cookies.forget-all</property>
<property name="clear_all_description" translatable="yes">Remove all cookies</property>
<property name="search_description" translatable="yes">Search cookies</property>
<property name="empty_title" translatable="yes">There are no Cookies</property>
<property name="empty_description" translatable="yes">Cookies left by visited pages will be listed here</property>
<property name="can_clear">True</property>
<signal name="notify::search-text" handler="on_search_text_changed" swapped="yes"/>
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<object class="HdyColumn">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_start">6</property>
<property name="margin_end">6</property>
<property name="maximum_width">600</property>
<property name="linear_growth_width">400</property>
<child>
<object class="GtkListBox" id="cookies_listbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="valign">start</property>
<property name="selection_mode">none</property>
<style>
<class name="frame"/>
</style>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>
|