ui/winui/util.h@67da3f795226
ui/winui/util.h
Fri, 03 Oct 2025 11:16:24 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 03 Oct 2025 11:16:24 +0200
- changeset 790
- 67da3f795226
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
add API for setting the window splitview and implement position autosave
#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);