diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-01 19:00:24 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-01 19:00:24 +0200 |
| commit | fa2220862856936839a4023fdb6e000f3c93d86f (patch) | |
| tree | 7bf06e85490246b661c825d005551aaa76abbea3 /alf/alf.h | |
| parent | 3e069b70cf30a69ea2a3f71233b8f258f54284bc (diff) | |
groupbox first implementation
only classic theme for now, will do uxtheme soon
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
