summaryrefslogtreecommitdiff
path: root/src/glibext/options/hex.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-06-18 06:31:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-06-18 06:31:58 (GMT)
commit53edb30496d1065019406de16f9f9d96ba61cd3c (patch)
tree162cad07e27a01990d721f69f3270581417c31e7 /src/glibext/options/hex.h
parent334126eb659bc310a72a9f7f9238b7cd205a0770 (diff)
Rebuild hex views for large contents.
Diffstat (limited to 'src/glibext/options/hex.h')
-rw-r--r--src/glibext/options/hex.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/glibext/options/hex.h b/src/glibext/options/hex.h
index 48ce942..0d187dc 100644
--- a/src/glibext/options/hex.h
+++ b/src/glibext/options/hex.h
@@ -29,6 +29,16 @@
+/* Liste des colonnes en options */
+typedef enum _HexColumnOptions
+{
+ HCO_OFFSET, /* Position */
+
+ HCO_COUNT
+
+} HexColumnOptions;
+
+
#define G_TYPE_HEX_OPTIONS (g_hex_options_get_type())
DECLARE_GTYPE(GHexOptions, g_hex_options, G, HEX_OPTIONS);