aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_label.h')
-rw-r--r--src/gwin/gwin_label.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gwin/gwin_label.h b/src/gwin/gwin_label.h
index c08eb85d..1e8ba53e 100644
--- a/src/gwin/gwin_label.h
+++ b/src/gwin/gwin_label.h
@@ -33,6 +33,16 @@
// This file is included within "src/gwin/gwin_widget.h"
+/**
+ * @brief The internal label flags
+ * @note Used only for writing a custom draw routine.
+ * @{
+ */
+#define GLABEL_FLG_WAUTO 0x01
+#define GLABEL_FLG_HAUTO 0x02
+#define GLABEL_FLG_BORDER 0x04
+/** @} */
+
// An label window
typedef struct GLabelObject {
GWidgetObject w;