ui/winui/util.h@0ebf9d7b23e8
ui/winui/util.h
Wed, 04 Dec 2024 18:31:22 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 04 Dec 2024 18:31:22 +0100
- branch
- newapi
- changeset 406
- 0ebf9d7b23e8
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
add first code of the new Motif implementation, implement buttons
#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);