commit: 0b164c13c7fcb2e5b7740d2b6acea2d2a004103b
parent: 52d6ce9b7fa5445b45c58fc0ea345f38d2d4364c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 11 Mar 2019 04:42:23 +0100
config.h: Document BADWOLF_TAB_POSITION
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/config.h b/config.h
@@ -1 +1,9 @@
+/* BADWOLF_TAB_POSITION: Position of the tab listing, can be one of:
+ * - GTK_POS_TOP
+ * - GTK_POS_BOTTOM
+ * - GTK_POS_RIGHT
+ * - GTK_POS_LEFT
+ *
+ * See https://developer.gnome.org/gtk3/stable/gtk3-Standard-Enumerations.html#GtkPositionType
+ */
#define BADWOLF_TAB_POSITION GTK_POS_TOP
\ No newline at end of file