summaryrefslogtreecommitdiff
path: root/src/glibext/options/hex.h
diff options
context:
space:
mode:
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);