summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/alf/alf.h b/alf/alf.h
index 721a2e5..48b7834 100644
--- a/alf/alf.h
+++ b/alf/alf.h
@@ -104,6 +104,8 @@ typedef struct {
#define ALF_WM_LYT_SETROWEXPAND (ALF_WM__BASE + 34)
#define ALF_WM_LYT_GETROWFLAGS (ALF_WM__BASE + 35)
#define ALF_WM_LYT_SETROWFLAGS (ALF_WM__BASE + 36)
+#define ALF_WM_GETTEXTCOLOR (ALF_WM__BASE + 37)
+#define ALF_WM_SETTEXTCOLOR (ALF_WM__BASE + 38)
#define ALF_WM_LBL_GETSTYLE (ALF_WM__BASE + 201)
#define ALF_WM_LBL_SETSTYLE (ALF_WM__BASE + 202)
@@ -225,6 +227,12 @@ ALF_SetBackgroundColor(HWND win, ALFColor color);
ALFColor
ALF_BackgroundColor(HWND win);
+ALFColor
+ALF_TextColor(HWND win);
+
+void
+ALF_SetTextColor(HWND win, ALFColor color);
+
void
ALF_ResizeWindow(HWND win, int cptWidth, int cptHeight);