ui/winui/util.h@833c37fc5475
ui/winui/util.h
Wed, 17 Jun 2026 21:06:50 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 17 Jun 2026 21:06:50 +0200
- changeset 1207
- 833c37fc5475
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
implement toggled_by_state arg for the content toggle button (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);