First cut of a basic calculator UI example.
This commit is contained in:
parent
74f5652842
commit
f8b9c88e2c
5 changed files with 73 additions and 16 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue