diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-09 20:52:10 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-09 20:52:10 +0100 |
| commit | 9279dd93c3997a51b227d3380b4da659fcbdff96 (patch) | |
| tree | 4b2b5880e5062a829e1c3018718b10154af54ebc /alf/alf.h | |
| parent | eb706aae8bf5659a8aae37db31f88c3b605b8b1f (diff) | |
add spacer widget
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
