-
-
Notifications
You must be signed in to change notification settings - Fork 129
/
KeybindingsPane.ui
44 lines (44 loc) · 1.62 KB
/
KeybindingsPane.ui
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
<?xml version="1.0" encoding="utf-8" ?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="KeybindingsPane" parent="GtkBox">
<property name="focusable">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkSearchEntry" id="search">
<property name="activates-default">False</property>
<property name="halign">center</property>
<property name="margin-top">12</property>
<signal name="search-changed"
handler="_onSearchChanged" />
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="hscrollbar_policy">never</property>
<child>
<object class="GtkViewport">
<property name="focusable">False</property>
<property name="vexpand">True</property>
<child>
<object class="GtkListBox" id="listbox">
<property name="hexpand">True</property>
<property name="margin_start">36</property>
<property name="margin_end">36</property>
<property name="margin_top">16</property>
<property name="margin_bottom">36</property>
<property name="width_request">480</property>
<style>
<class name="keybindings" />
<class name="frame" />
</style>
<signal name="row-activated"
handler="_onRowActivated" />
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>