From c218c7323a069eedbb42fbc31b0bcd8a664928c1 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Thu, 14 May 2020 17:24:09 +0200 Subject: add radio button --- alf/alf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alf/alf.h') diff --git a/alf/alf.h b/alf/alf.h index f77167d..900d977 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -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); -- cgit v1.2.3