From db2f529599cea4c86481ed6ca650a5b069c003b0 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sat, 5 Jan 2019 22:07:51 +0100 Subject: move layout into own file, implement expand flag --- alf/alf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alf/alf.h') 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 -- cgit v1.2.3