summaryrefslogtreecommitdiff
path: root/data/gl-eventviewlist.ui
blob: 5d67813fadfcd3cd5d84846c0ce8ea3cb371bec2 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gnome-logs">
    <template class="GlEventViewList" parent="GtkBox">
        <property name="orientation">horizontal</property>
        <property name="visible">True</property>
	<child>
            <object class="AdwFlap">
                <property name="visible">True</property>
                <child type="flap">
                    <object class="GlCategoryList" id="categories">
                        <style>
                            <class name="categories"/>
                        </style>
                    </object>
                </child>
                <child type="separator">
                    <object class="GtkSeparator" id="content_separator">
                        <property name="orientation">vertical</property>
                        <property name="visible">True</property>
                    </object>
                </child>
                <child>
                    <object class="GtkBox" id="event_view">
                        <property name="orientation">vertical</property>
                        <property name="visible">True</property>
                        <child>
                            <object class="GtkSearchBar" id="event_search">
                                <property name="visible">True</property>
                                <signal name="notify::search-mode-enabled" handler="on_search_bar_notify_search_mode_enabled"/>
                                <child>
                                    <object class="GtkBox" id="search_entry_box">
                                        <property name="orientation">horizontal</property>
                                        <property name="visible">True</property>
                                        <style>
                                            <class name="linked"/>
                                        </style>
                                        <child>
                                            <object class="GtkSearchEntry" id="search_entry">
                                                <property name="visible">True</property>
                                                <signal name="search-changed" handler="on_search_entry_changed" />
                                            </object>
                                        </child>
                                        <child>
                                            <object class="GtkMenuButton" id="search_dropdown_button">
                                                <property name="tooltip-text" translatable="yes">Select journal field and timestamp range filtering options</property>
                                                <property name="visible">True</property>
                                            </object>
                                        </child>
                                    </object>
                                </child>
                            </object>
                        </child>
                        <child>
                            <object class="GtkScrolledWindow" id="event_scrolled">
                                <property name="visible">True</property>
                                <property name="vexpand">True</property>
                                <child>
                                    <object class="GtkListBox" id="entries_box">
                                        <property name="visible">True</property>
                                        <property name="selection-mode">none</property>
                                    </object>
                                </child>
                            </object>
                        </child>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>