summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-05 22:07:51 +0100
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-05 22:07:51 +0100
commitdb2f529599cea4c86481ed6ca650a5b069c003b0 (patch)
tree7f7f6c3449d8811fdf68f28f761efcc9fa4e9b9d /alf/alf.h
parentcd7552ae1ce7f6c92d03b7d0a83fe4aec073aeff (diff)
move layout into own file, implement expand flag
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/alf/alf.h b/alf/alf.h
index 13b2571..b60ae2a 100644
--- a/alf/alf.h
+++ b/alf/alf.h
@@ -48,6 +48,7 @@ typedef struct {
#define ALF_WM_GETLAYOUTPARAMS (ALF_WM__BASE + 13)
#define ALF_WM_SETLAYOUTPARAMS (ALF_WM__BASE + 14)
#define ALF_WM_GETWIDGETATPOS (ALF_WM__BASE + 15)
+#define ALF_WM_GETWINDOWFONTS (ALF_WM__BASE + 16)
typedef struct {
const TCHAR *className;
@@ -193,6 +194,9 @@ ALF_SetWidgetLayoutSize(HWND parent, HWND widget, UINT cptWidth, UINT cptHeight)
HWND
ALF_WidgetAtLayoutPosition(HWND parent, UINT x, UINT y);
+BOOL
+ALF_WindowFonts(HWND window, ALFWindowFonts *fonts);
+
// combo box
HWND