diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-28 10:57:22 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-28 10:57:22 +0200 |
| commit | 65d9985bdcaed63b52bfe8c35c61d8a4a43a8292 (patch) | |
| tree | 4ee14cce7d4916b58b7f0683713a8c33066f374e /alf/alf.h | |
| parent | 7bc8d9583e0c088c42d5bbf0ecbada77c7cb8bd1 (diff) | |
first try at checkbox
The size calculation is really messy and the background stuff does not
work with comctl v5. Probably need to go full owner-drawn, again.
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -408,6 +408,10 @@ ALF_NotebookRemoveFlag(HWND notebook, DWORD flag) { ALF_NotebookSetFlags(notebook, ALF_NotebookFlags(notebook) & ~flag); } +// checkbox +HWND +ALF_AddCheckbox(HWND parent, WORD id, int x, int y, const TCHAR *text); + #ifdef __cplusplus } // extern C #endif |
