diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-14 17:24:09 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-23 12:28:11 +0200 |
| commit | c218c7323a069eedbb42fbc31b0bcd8a664928c1 (patch) | |
| tree | 88f3d8923f3e1283785534e943927d00172a9375 /alf/alf.h | |
| parent | 860d61661b82198bae93736980c340f5d2c4e152 (diff) | |
add radio button
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -447,6 +447,10 @@ ALF_NotebookRemoveFlag(HWND notebook, DWORD flag) { HWND ALF_AddCheckbox(HWND parent, WORD id, int x, int y, const TCHAR *text); +// radio +HWND +ALF_AddRadioButton(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); |
