summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-09 20:52:10 +0100
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-09 20:52:10 +0100
commit9279dd93c3997a51b227d3380b4da659fcbdff96 (patch)
tree4b2b5880e5062a829e1c3018718b10154af54ebc /alf/alf.h
parenteb706aae8bf5659a8aae37db31f88c3b605b8b1f (diff)
add spacer widget
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