summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
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 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