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, 7 insertions, 1 deletions
diff --git a/alf/alf.h b/alf/alf.h
index bd8ca0e..32e221c 100644
--- a/alf/alf.h
+++ b/alf/alf.h
@@ -206,11 +206,17 @@ ALF_InvalidateBackground(HWND win);
void
ALF_UpdateFonts(HWND win);
+// Sets the background color of the given window
+// Also, if the window is a child window, disables the ALF_LAYOUT_INHERITBGCOLOR flag
+// Only the following widgets have background colors:
+// - Top-Level window
+// - Panel
+// TODO fix label, button
void
ALF_SetBackgroundColor(HWND win, ALFColor color);
ALFColor
-ALF_GetBackgroundColor(HWND win);
+ALF_BackgroundColor(HWND win);
void
ALF_ResizeWindow(HWND win, int cptWidth, int cptHeight);