diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-31 20:54:48 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-31 20:54:48 +0200 |
| commit | 91460d1ca83964d21abe84399b46d3f1a92d7b10 (patch) | |
| tree | da8095063b3cce88c4878c4754d438cebe933265 /alf/alf.h | |
| parent | d75fd8d0ad863cf59c7d52d45ca596c1ff71a69f (diff) | |
label: implement naming style with underscores
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -451,10 +451,10 @@ HWND ALF_AddLabel(HWND win, WORD id, int x, int y, const TCHAR *text); DWORD -ALF_LabelStyle(HWND hwndLabel); +ALF_Label_Style(HWND hwndLabel); void -ALF_LabelSetStyle(HWND hwndLabel, DWORD style); +ALF_Label_SetStyle(HWND hwndLabel, DWORD style); // edit |
