blob: ae4586c5e04e428beb5cb4ef992e227af15578ed (
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
|
<interface>
<template class="GtkHexView" parent="GtkBufferView">
<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>
</template>
</interface>
|