ui/winui/util.h@88ed463e5433
ui/winui/util.h
Sat, 12 Apr 2025 19:21:15 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 12 Apr 2025 19:21:15 +0200
- changeset 562
- 88ed463e5433
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
implement radio button (Cocoa)
#pragma once
#include <stdlib.h>
wchar_t* str2wstr(const char* str, int* newlen);
wchar_t* str2wstr_len(const char* str, size_t len, int* newlen);
char* wchar2utf8(const wchar_t* wstr, size_t wlen);