summaryrefslogtreecommitdiff
path: root/src/gtkext/hexview.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/hexview.ui')
-rw-r--r--src/gtkext/hexview.ui32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/gtkext/hexview.ui b/src/gtkext/hexview.ui
new file mode 100644
index 0000000..f0dd8b0
--- /dev/null
+++ b/src/gtkext/hexview.ui
@@ -0,0 +1,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>