From 9279dd93c3997a51b227d3380b4da659fcbdff96 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Wed, 9 Jan 2019 20:52:10 +0100 Subject: add spacer widget --- 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 79883be..0c32a20 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -250,6 +250,10 @@ ALF_ComboBoxSetText(HWND combo, const TCHAR *text); HWND ALF_AddPanel(HWND parent, WORD id, UINT x, UINT y); +// spacer +HWND +ALF_AddSpacer(HWND parent, WORD id, UINT x, UINT y, UINT cptWidth, UINT cptHeight, DWORD layoutFlags); + #ifdef __cplusplus } // extern C #endif -- cgit v1.2.3