ui/winui/util.h@aad99285865c
ui/winui/util.h
Wed, 13 Nov 2024 21:30:18 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 13 Nov 2024 21:30:18 +0100
- branch
- newapi
- changeset 380
- aad99285865c
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
make table column sizes adjustable (GTK)
#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);