summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/alf/alf.h b/alf/alf.h
index 18cb241..fc17ec8 100644
--- a/alf/alf.h
+++ b/alf/alf.h
@@ -438,6 +438,16 @@ ALF_AddRadioButton(HWND parent, WORD id, int x, int y, const TCHAR *text);
HWND
ALF_AddGroupBox(HWND parent, WORD id, int x, int y, const TCHAR *text);
+// native buttons
+HWND
+ALF_AddNativeButton(HWND win, WORD id, int x, int y, const TCHAR *text);
+
+HWND
+ALF_AddNativeCheckbox(HWND parent, WORD id, int x, int y, const TCHAR *text);
+
+HWND
+ALF_AddNativeRadioButton(HWND parent, WORD id, int x, int y, const TCHAR *text);
+
#ifdef __cplusplus
} // extern C
#endif