summaryrefslogtreecommitdiff
path: root/src/gtkext/hexview.ui
blob: 9b4293690a0edd97108346016f2456b89b014746 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>

    <template class="GtkHexView" parent="GtkBufferView">
        <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>