blob: f0dd8b07cd765af8090e212a9f90d569e50f6ba8 (
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
|
<interface>
<template class="GtkHexView" parent="GtkWidget">
<property name="css-name">GtkHexView</property>
<child>
<object class="GtkComposingArea" id="offsets">
<style>
<class name="gutter"/>
</style>
</object>
</child>
<child>
<object class="GtkComposingArea" id="hex">
<property name="hexpand">true</property>
<style>
<class name="custom-view"/>
</style>
</object>
</child>
<child>
<object class="GtkComposingArea" id="ascii">
<style>
<class name="custom-view"/>
</style>
</object>
</child>
<child>
<object class="GtkScrollbar" id="vscroll">
<property name="orientation">1</property>
</object>
</child>
</template>
</interface>
|