First cut of a basic calculator UI example.

This commit is contained in:
Zed A. Shaw 2025-05-05 14:26:47 -04:00
parent 74f5652842
commit f8b9c88e2c
5 changed files with 73 additions and 16 deletions

View file

@ -226,4 +226,8 @@ namespace guecs {
void show_text(const string& region, const wstring& content);
void show_label(const string& region, const wstring& content);
};
wstring to_wstring(const string& str);
}