summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h4
1 files changed, 4 insertions, 0 deletions
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);