diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-22 21:17:44 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-22 21:20:47 +0200 |
| commit | a61c62ff6d9e95c9cc9a0f55de8e40b8e7339007 (patch) | |
| tree | 022c6ad4e99eaf592ad5c22970efb1b64afb04ff /alf/alf.h | |
| parent | f81e1371de63c0bd4c0ae77cbba0fed908fd58b2 (diff) | |
label: allow custom background color
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -217,7 +217,8 @@ ALF_UpdateFonts(HWND win); // Only the following widgets have background colors: // - Top-Level window // - Panel -// TODO fix label, button +// - Label +// TODO: button, ... void ALF_SetBackgroundColor(HWND win, ALFColor color); |
