From fa2220862856936839a4023fdb6e000f3c93d86f Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Fri, 1 May 2020 19:00:24 +0200 Subject: groupbox first implementation only classic theme for now, will do uxtheme soon --- 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 6d6b333..db42113 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -444,6 +444,10 @@ ALF_NotebookRemoveFlag(HWND notebook, DWORD flag) { HWND ALF_AddCheckbox(HWND parent, WORD id, int x, int y, const TCHAR *text); +// groupbox +HWND +ALF_AddGroupBox(HWND parent, WORD id, int x, int y, const TCHAR *text); + #ifdef __cplusplus } // extern C #endif -- cgit v1.2.3